countryCodeSource property

  1. @TagNumber(6)
PhoneNumber_CountryCodeSource get countryCodeSource

The source from which the country_code is derived.

Implementation

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

Implementation

@$pb.TagNumber(6)
set countryCodeSource(PhoneNumber_CountryCodeSource value) =>
    $_setField(6, value);