countryCodeSource property

The source from which the country_code is derived.

Implementation

@$pb.TagNumber(6)
PhoneNumber_CountryCodeSource get countryCodeSource => $_getN(5);
  1. @TagNumber(6)
void countryCodeSource=(PhoneNumber_CountryCodeSource v)

Implementation

@$pb.TagNumber(6)
set countryCodeSource(PhoneNumber_CountryCodeSource v) {
  setField(6, v);
}