postalCode constant
The input field expects a postal code.
This hint will be translated to the below values on different platforms:
- Android: AUTOFILL_HINT_POSTAL_CODE.
- iOS: postalCode.
- web: "postal-code".
- Otherwise, the hint string will be used as-is.
Implementation
static const String postalCode = 'postalCode';