flightNumber constant

IriTerm const flightNumber

flightNumber [Expects: https://schema.org/Text]

The unique identifier for a flight including the airline IATA code. For example, if describing United flight 110, where the IATA code for United is 'UA', the flightNumber is 'UA110'.

Can be used on: https://schema.org/Flight

Implementation

static const flightNumber = IriTerm.prevalidated(
  'https://schema.org/flightNumber',
);