countryCodeSource property
The source from which the country_code is derived.
Implementation
@$pb.TagNumber(6)
PhoneNumber_CountryCodeSource get countryCodeSource => $_getN(5);
Implementation
@$pb.TagNumber(6)
set countryCodeSource(PhoneNumber_CountryCodeSource v) {
setField(6, v);
}