dateCompleted property
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;