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