city property

  1. @TagNumber(4)
String city

The geographic city. Eg. Sao Paulo

Implementation

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

Implementation

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