familyName constant
The input field expects a person's last/family name.
This hint will be translated to the below values on different platforms:
- Android: AUTOFILL_HINT_PERSON_NAME_FAMILY.
- iOS: familyName.
- web: "family-name".
- Otherwise, the hint string will be used as-is.
Implementation
static const String familyName = 'familyName';