endDate property

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

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;