country property

  1. @TagNumber(3)
CountryCode get country

Implementation

@$pb.TagNumber(3)
$4.CountryCode get country => $_getN(2);
  1. @TagNumber(3)
set country (CountryCode v)

Implementation

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