SpeciesItem class
A Species resource is a type of person or character within the Star Wars Universe.
Constructors
- SpeciesItem(Map map)
Properties
- averageHeight ↔ String
-
read / write
- averageLifespan ↔ String
-
read / write
- classification ↔ String
-
read / write
- created ↔ String
-
read / write
- designation ↔ String
-
read / write
- edited ↔ String
-
read / write
- eyeColors ↔ String
-
read / write
-
films
↔ List<
String> -
read / write
- hairColors ↔ String
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- homeworld ↔ String
-
read / write
- language ↔ String
-
read / write
- name ↔ String
-
read / write
-
people
↔ List<
String> -
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- skinColors ↔ 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