UNSPECIFIED constant

PhoneNumber_CountryCodeSource const UNSPECIFIED

Default value returned if this is not set, because the phone number was created using parse, not parseAndKeepRawInput. hasCountryCodeSource will return false if this is the case.

Implementation

static const PhoneNumber_CountryCodeSource UNSPECIFIED =
    PhoneNumber_CountryCodeSource._(0, _omitEnumNames ? '' : 'UNSPECIFIED');