country property

  1. @TagNumber(32)
String get country

Implementation

@$pb.TagNumber(32)
$core.String get country => $_getSZ(31);
  1. @TagNumber(32)
set country (String v)

Implementation

@$pb.TagNumber(32)
set country($core.String v) { $_setString(31, v); }