currentArrivalDate property

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

The updated date and time of arrival, 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: 'currentArrivalDate')
final DateTime? currentArrivalDate;