designatorCode property

  1. @BuiltValueField.new(wireName: r'designatorCode')
String? get designatorCode

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;