state property - Address class - search library - Dart API
state
state property
getter/setter pair
The state name for the address. It is the name of the state division of a country, for example, "New York". Note: This String can be empty when no data is available.
Implementation
String state;