dateCompleted property

  1. @JsonKey(name: 'dateCompleted')
String? dateCompleted
getter/setter pair

If we have any information on when these objectives were completed, this will be the date of that completion. This won't be on many items, but could be interesting for some items that do store this information.

Implementation

@JsonKey(name:'dateCompleted')
String? dateCompleted;