currentDepartureDate property

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

The updated departure date and time, if different from the originally scheduled date and time. Use this key for any type of boarding pass.

Implementation

// ISO 8601 date as string
@JsonKey(name: 'currentDepartureDate')
final DateTime? currentDepartureDate;