telephoneNumberLocal constant

String const telephoneNumberLocal

The input field expects a phone number without the country code and area code components.

This hint will be translated to the below values on different platforms:

  • web: "tel-local".
  • Otherwise, the hint string will be used as-is.

Implementation

static const String telephoneNumberLocal = 'telephoneNumberLocal';