phoneCountryCode property

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

The two-letter ISO 3166-1 alpha-2 country code prefix of the phone number. For example, US or NL. The value of the phoneCountryCode is determined by the country code digit(s) of phone.number

Implementation

@BuiltValueField(wireName: r'phoneCountryCode')
String? get phoneCountryCode;