currentSeasonRewardPowerCap property
- @JsonKey.new(name: 'currentSeasonRewardPowerCap')
getter/setter pair
If populated, this is the reward power cap for the current season.
Implementation
@JsonKey(name:'currentSeasonRewardPowerCap')
int? currentSeasonRewardPowerCap;