pastTypes property

  1. @JsonKey(name: 'past_types')
List<PokemonTypePast> pastTypes
inherited

A list of details showing types this pokémon had in previous generations

Implementation

@JsonKey(name: 'past_types')
List<PokemonTypePast> get pastTypes => throw _privateConstructorUsedError;