userCountry property

  1. @TagNumber(2)
Country get userCountry

Implementation

@$pb.TagNumber(2)
Country get userCountry => $_getN(1);
  1. @TagNumber(2)
set userCountry (Country v)

Implementation

@$pb.TagNumber(2)
set userCountry(Country v) { setField(2, v); }