completed property
Whether or not the whole quest has been completed, regardless of whether or not you have redeemed the rewards for the quest.
Implementation
@JsonKey(name:'completed')
bool? completed;
Whether or not the whole quest has been completed, regardless of whether or not you have redeemed the rewards for the quest.
@JsonKey(name:'completed')
bool? completed;