state property
@optional
@description The administrative territory, province, state, or regional zone of residence.
@example "Texas"
@regex .*
@format String value, can be empty.
Implementation
@$pb.TagNumber(34)
$core.String get state => $_getSZ(17);
Implementation
@$pb.TagNumber(34)
set state($core.String value) => $_setString(17, value);