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