startDate property

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

If known, this is the date when the event last began or refreshed. It will only be populated for events with fixed and repeating start and end dates.

Implementation

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