minLevel property

  1. @JsonKey(name: 'min_level')
int? minLevel
inherited

The minimum required level of the evolving Pokémon species to evolve into this Pokémon species.

Implementation

@JsonKey(name: 'min_level')
int? get minLevel => throw _privateConstructorUsedError;