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