addressState constant
The input field expects a region/state.
This hint will be translated to the below values on different platforms:
- Android: AUTOFILL_HINT_POSTAL_ADDRESS_REGION.
- iOS: addressState.
- Otherwise, the hint string will be used as-is.
Implementation
static const String addressState = 'addressState';