currentGuardianRank property

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

The 'current' Guardian Rank value, which starts at rank 1. This rank value will drop at the start of a new season to your 'renewed' rank from the previous season.

Implementation

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