redeemed property

  1. @JsonKey(name: 'redeemed')
bool? redeemed
getter/setter pair

If TRUE, the player has redeemed/picked up/obtained this reward. Feel free to alias this to "gotTheShinyBauble" in your own codebase.

Implementation

@JsonKey(name:'redeemed')
bool? redeemed;