name_ property
The name of the travel agency. * Encoding: ASCII * minLength: 1 character * maxLength: 25 characters * Must not start with a space or be all spaces. * Must not be all zeros.
Implementation
@BuiltValueField(wireName: r'name')
String? get name_;