country property

  1. @TagNumber(3)
String country

Implementation

@$pb.TagNumber(3)
$core.String get country => $_getSZ(2);
  1. @TagNumber(3)
void country=(String v)

Implementation

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