PlanetsItem class
A Planet resource is a large mass, planet or planetoid in the Star Wars Universe, at the time of 0 ABY.
Constructors
- PlanetsItem(Map map)
Properties
- climate ↔ String
-
read / write
- created ↔ String
-
read / write
- diameter ↔ String
-
read / write
- edited ↔ String
-
read / write
-
films
↔ List<
String> -
read / write
- gravity ↔ String
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- name ↔ String
-
read / write
- orbitalPeriod ↔ String
-
read / write
- population ↔ String
-
read / write
-
residents
↔ List<
String> -
read / write
- rotationPeriod ↔ String
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- surfaceWater ↔ String
-
read / write
- terrain ↔ String
-
read / write
- url ↔ 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