city property
@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(14);
Implementation
@$pb.TagNumber(33)
set city($core.String value) => $_setString(14, value);