eventStartDate property

  1. @JsonKey(name: 'eventStartDate')
DateTime? eventStartDate
final

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;