country property

  1. @TagNumber(7)
CountryCode get country

Implementation

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

Implementation

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