nameSuffix constant
The input field expects a person's name suffix, such as "Jr.".
This hint will be translated to the below values on different platforms:
- Android: AUTOFILL_HINT_PERSON_NAME_SUFFIX.
- iOS: nameSuffix.
- web: "honorific-suffix".
- Otherwise, the hint string will be used as-is.
Implementation
static const String nameSuffix = 'nameSuffix';