isLegendary property

  1. @JsonKey(name: 'is_legendary')
bool isLegendary
inherited

Whether or not this is a legendary Pokémon.

Implementation

@JsonKey(name: 'is_legendary')
bool get isLegendary => throw _privateConstructorUsedError;