currentSeasonRewardPowerCap property

  1. @JsonKey(name: 'currentSeasonRewardPowerCap')
int? currentSeasonRewardPowerCap
getter/setter pair

If populated, this is the reward power cap for the current season.

Implementation

@JsonKey(name:'currentSeasonRewardPowerCap')
int? currentSeasonRewardPowerCap;