tracked property

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

Whether or not the quest is tracked

Implementation

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