country property
Implementation
@$pb.TagNumber(6)
CountryCode get country => $_getN(5);
Implementation
@$pb.TagNumber(6)
set country(CountryCode v) { setField(6, v); }
@$pb.TagNumber(6)
CountryCode get country => $_getN(5);
@$pb.TagNumber(6)
set country(CountryCode v) { setField(6, v); }