LocationArea constructor
LocationArea({
- int? gameIndex,
- List<
LocationAreaName> ? names, - List<
LocationAreaPokemonEncounter> ? pokemonEncounters, - String? name,
- NamedAPIResource? location,
- int? id,
- List<
LocationAreaEncounterMethodRate> ? encounterMethodRates,
Implementation
LocationArea(
{this.gameIndex,
this.names,
this.pokemonEncounters,
this.name,
this.location,
this.id,
this.encounterMethodRates});