startDate property

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

If known, this is the date when the Milestone started/became active.

Implementation

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