phoneNumber property
The passenger's phone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs. * Encoding: ASCII * minLength: 3 characters * maxLength: 30 characters
Implementation
@BuiltValueField(wireName: r'phoneNumber')
String? get phoneNumber;