currentGuardianRank property

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

The 'current' Guardian Rank value, which starts at rank 1.

Implementation

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