PokemonSpeciesVariety.fromJson constructor

PokemonSpeciesVariety.fromJson(
  1. Json json
)

Implementation

factory PokemonSpeciesVariety.fromJson(Json json) =>
    _$PokemonSpeciesVarietyFromJson(json);