fullStreetAddress constant
The input field expects a street address that fully identifies a location.
This hint will be translated to the below values on different platforms:
- Android: AUTOFILL_HINT_POSTAL_ADDRESS_STREET_ADDRESS.
- iOS: fullStreetAddress.
- web: "street-address".
- Otherwise, the hint string will be used as-is.
Implementation
static const String fullStreetAddress = 'fullStreetAddress';