Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.13 KB

Ship.md

File metadata and controls

26 lines (21 loc) · 1.13 KB

openapi.model.Ship

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
symbol String The globally unique identifier of the ship in the following format: [AGENT_SYMBOL]-[HEX_ID]
registration ShipRegistration
nav ShipNav
crew ShipCrew
frame ShipFrame
reactor ShipReactor
engine ShipEngine
cooldown Cooldown
modules List Modules installed in this ship. [default to const []]
mounts List Mounts installed in this ship. [default to const []]
cargo ShipCargo
fuel ShipFuel

[Back to Model list] [Back to API list] [Back to README]