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