originalDepartureDate property
The originally scheduled date and time of departure. Use this key for any type of boarding pass.
Implementation
// ISO 8601 date as string
@JsonKey(name: 'originalDepartureDate')
final DateTime? originalDepartureDate;