country property

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

Implementation

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

Implementation

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