PokemonEncounter.fromJson constructor

PokemonEncounter.fromJson(
  1. Json json
)

Implementation

factory PokemonEncounter.fromJson(Json json) =>
    _$PokemonEncounterFromJson(json);