countryCodeType property

  1. @TagNumber(1)
CountryCodeType get countryCodeType

Implementation

@$pb.TagNumber(1)
CountryCodeType get countryCodeType => $_getN(0);
  1. @TagNumber(1)
set countryCodeType (CountryCodeType v)

Implementation

@$pb.TagNumber(1)
set countryCodeType(CountryCodeType v) { setField(1, v); }