VehiclesItem class
A Vehicle resource is a single transport craft that does not have hyperdrive capability.
Constructors
- VehiclesItem(Map map)
Properties
- cargoCapacity ↔ String
-
read / write
- consumables ↔ String
-
read / write
- costInCredits ↔ String
-
read / write
- created ↔ String
-
read / write
- crew ↔ String
-
read / write
- edited ↔ String
-
read / write
-
films
↔ List<
String> -
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- length ↔ String
-
read / write
- manufacturer ↔ String
-
read / write
- maxAtmospheringSpeed ↔ String
-
read / write
- model ↔ String
-
read / write
- name ↔ String
-
read / write
- passengers ↔ String
-
read / write
-
pilots
↔ List<
String> -
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- url ↔ String
-
read / write
- vehicleClass ↔ String
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited