PeopleItem class
A People resource is an individual person or character within the Star Wars universe.
Constructors
- PeopleItem(Map map)
Properties
- birthYear ↔ String
-
read / write
- created ↔ String
-
read / write
- edited ↔ String
-
read / write
- eyeColor ↔ String
-
read / write
-
films
↔ List<
String> -
read / write
- gender ↔ String
-
read / write
- hairColor ↔ String
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- height ↔ String
-
read / write
- homeworld ↔ String
-
read / write
- mass ↔ String
-
read / write
- name ↔ String
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- skinColor ↔ String
-
read / write
-
species
↔ List<
String> -
read / write
-
starships
↔ List<
String> -
read / write
- url ↔ String
-
read / write
-
vehicles
↔ List<
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