possibleValues property

  1. @JsonKey(name: 'possible_values')
List<int> possibleValues
inherited

The possible values of the highest stat that would result in a Pokémon recieving this characteristic when divided by 5.

Implementation

@JsonKey(name: 'possible_values')
List<int> get possibleValues => throw _privateConstructorUsedError;