redeemed property
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;
If TRUE, the player has redeemed/picked up/obtained this reward. Feel free to alias this to "gotTheShinyBauble" in your own codebase.
@JsonKey(name:'redeemed')
bool? redeemed;