LocationArea constructor

LocationArea({
  1. int? gameIndex,
  2. List<LocationAreaName>? names,
  3. List<LocationAreaPokemonEncounter>? pokemonEncounters,
  4. String? name,
  5. NamedAPIResource? location,
  6. int? id,
  7. List<LocationAreaEncounterMethodRate>? encounterMethodRates,
})

Implementation

LocationArea(
    {this.gameIndex,
    this.names,
    this.pokemonEncounters,
    this.name,
    this.location,
    this.id,
    this.encounterMethodRates});