designatorCode property
The IATA 2-letter accounting code (PAX) that identifies the carrier. * Encoding: ASCII * Example: KLM = KL * minLength: 2 characters * maxLength: 2 characters * Must not start with a space or be all spaces.
Implementation
@BuiltValueField(wireName: r'designatorCode')
String? get designatorCode;