city property

  1. @TagNumber.new(4)
String get city

The geographic city. Eg. Sao Paulo

Implementation

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

Implementation

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