flightDate property

  1. @BuiltValueField.new(wireName: r'flightDate')
DateTime? get flightDate

The flight departure date. Time is optional. * Format for date only: yyyy-MM-dd * Format for date and time: yyyy-MM-ddTHH:mm * Use local time of departure airport. * minLength: 10 characters * maxLength: 16 characters

Implementation

@BuiltValueField(wireName: r'flightDate')
DateTime? get flightDate;