menu
domain_wc package
documentation
domain_wc.dart
pokemonFromJson function
pokemonFromJson function
dark_mode
light_mode
pokemonFromJson
function
Pokemon
pokemonFromJson
(
String
str
)
Implementation
Pokemon pokemonFromJson(String str) => Pokemon.fromJson(json.decode(str));
domain_wc package
documentation
domain_wc
pokemonFromJson function
domain library