administrativeArea property

String? administrativeArea
getter/setter pair

The administrative area (state/province) of the user's address.

Used only for Google Analytics. The value should be normalized as such: - Remove symbol characters - Convert to lowercase - Remove leading and trailing whitespace

Optional.

Implementation

core.String? administrativeArea;