swapi mixin
Properties
-
hashCode
→ int
-
The hash code for this object.
read-onlyinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-onlyinherited
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
Static Methods
-
getFilms({int page, String url})
→ Future<Films>
-
Returns a FilmsItem
-
getFilmsItem({int id, String url})
→ Future<FilmsItem>
-
Returns a set of films
-
getPeople({int page, String url})
→ Future<People>
-
Returns a set of people
-
getPeopleItem({int id, String url})
→ Future<PeopleItem>
-
Returns a PeopleItem
-
getPlanets({int page, String url})
→ Future<Planets>
-
Returns a set of planets
-
getPlanetsItem({int id, String url})
→ Future<PlanetsItem>
-
Returns a PlanetsItem
-
getSpecies({int page, String url})
→ Future<Species>
-
Returns a set of species
-
getSpeciesItem({int id, String url})
→ Future<SpeciesItem>
-
Returns a SpeciesItem
-
getStarships({int page, String url})
→ Future<Starships>
-
Returns a set of starships
-
getStarshipsItem({int id, String url})
→ Future<StarshipsItem>
-
Returns a StarshipsItem
-
getVehicles({int page, String url})
→ Future<Vehicles>
-
Returns a set of Vehicles
-
getVehiclesItem({int id, String url})
→ Future<VehiclesItem>
-
Returns a VehiclesItem