phoneCountryCode property

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

The two-character country code of the phone number. >The permitted country codes are defined in ISO-3166-1 alpha-2 (e.g. 'NL').

Implementation

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