phoneCountryCode property

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

The two-character ISO-3166-1 alpha-2 country code of the phone number. For example, US or NL.

Implementation

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