country property

  1. @TagNumber(6)
CountryCode country

Implementation

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

Implementation

@$pb.TagNumber(6)
set country(CountryCode v) { setField(6, v); }