FROM_NUMBER_WITH_IDD constant

PhoneNumber_CountryCodeSource const FROM_NUMBER_WITH_IDD

The country_code is derived based on a phone number with a leading IDD, e.g. the French number "011 33 1 42 68 53 00", as it is dialled from US.

Implementation

static const PhoneNumber_CountryCodeSource FROM_NUMBER_WITH_IDD =
    PhoneNumber_CountryCodeSource._(
        5, _omitEnumNames ? '' : 'FROM_NUMBER_WITH_IDD');