values constant

List<FlightStatus> const values

List of all possible values in this FlightStatus.

Implementation

static const values = <FlightStatus>[
  unknown,
  expected,
  enRoute,
  checkIn,
  boarding,
  gateClosed,
  departed,
  delayed,
  approaching,
  arrived,
  canceled,
  diverted,
  canceledUncertain,
];