endDate property
If known, this is the date when the event will next end or repeat. It will only be populated for events with fixed and repeating start and end dates.
Implementation
@JsonKey(name:'endDate')
String? endDate;
If known, this is the date when the event will next end or repeat. It will only be populated for events with fixed and repeating start and end dates.
@JsonKey(name:'endDate')
String? endDate;