country property

  1. @TagNumber.new(9)
String get country

Implementation

@$pb.TagNumber(9)
$core.String get country => $_getSZ(8);
  1. @TagNumber.new(9)
set country (String v)

Implementation

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