telephoneNumberNational constant Null safety
The input field expects a phone number without country code.
This hint will be translated to the below values on different platforms:
- Android: AUTOFILL_HINT_PHONE_NATIONAL.
- web: "tel-national".
- Otherwise, the hint string will be used as-is.
Implementation
static const String telephoneNumberNational = 'telephoneNumberNational';