LocationArea

@Serializable
data class LocationArea(val id: Int, val name: String, val gameIndex: Int, val encounterMethodRates: List<EncounterMethodRate>, val location: NamedApiResource, val names: List<Name>, val pokemonEncounters: List<PokemonEncounter>)(source)

Constructors

Link copied to clipboard
constructor(id: Int, name: String, gameIndex: Int, encounterMethodRates: List<EncounterMethodRate>, location: NamedApiResource, names: List<Name>, pokemonEncounters: List<PokemonEncounter>)

Properties

Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard