started property

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

Whether or not you have started this quest.

Implementation

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