completed property

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

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;