city property

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

@optional

@description The explicit city name corresponding to the user's primary residence or workplace assignment.

@example "Austin"

@regex .*

@format String value, can be empty.

Implementation

@$pb.TagNumber(33)
$core.String get city => $_getSZ(16);
  1. @TagNumber.new(33)
set city (String value)

Implementation

@$pb.TagNumber(33)
set city($core.String value) => $_setString(16, value);