eventEndDate property
The date and time the event ends. Use this key for any type of event ticket.
Implementation
// ISO 8601 date as string
@JsonKey(name: 'eventEndDate')
final DateTime? eventEndDate;
The date and time the event ends. Use this key for any type of event ticket.
// ISO 8601 date as string
@JsonKey(name: 'eventEndDate')
final DateTime? eventEndDate;