trackedDate property

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

OPTIONAL - I've got to level with you, I don't really know what this is. Is it when you started tracking it? Is it only populated for tracked items that have time limits? I don't know, but we can get at it - when I get time to actually test what it is, I'll update this. In the meantime, bask in the mysterious data.

Implementation

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