startDate property
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;
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.
@JsonKey(name:'startDate')
String? startDate;