PokemonSpeciesDexEntry.fromJson constructor

PokemonSpeciesDexEntry.fromJson(
  1. Json json
)

Implementation

factory PokemonSpeciesDexEntry.fromJson(Json json) =>
    _$PokemonSpeciesDexEntryFromJson(json);