FilmsItem class
A Film resource is a single film.
Constructors
Properties
-
characters
↔ List<
String> -
read / write
- created ↔ String
-
read / write
- director ↔ String
-
read / write
- edited ↔ String
-
read / write
- episodeId ↔ int
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- openingCrawl ↔ String
-
read / write
-
planets
↔ List<
String> -
read / write
- producer ↔ String
-
read / write
- releaseDate ↔ String
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
species
↔ List<
String> -
read / write
-
starships
↔ List<
String> -
read / write
- title ↔ 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