TypePokemon.fromJson constructor

TypePokemon.fromJson(
  1. Json json
)

Implementation

factory TypePokemon.fromJson(Json json) => _$TypePokemonFromJson(json);