pokeathlonStatChanges property

  1. @JsonKey(name: 'pokeathlon_stat_changes')
List<NatureStatChange> pokeathlonStatChanges
inherited

A list of Pokéathlon stats this nature effects and how much it effects them.

Implementation

@JsonKey(name: 'pokeathlon_stat_changes')
List<NatureStatChange> get pokeathlonStatChanges =>
    throw _privateConstructorUsedError;