familyName property

String? familyName

Surname(s) or last name(s) of the End-User.

Note that in some cultures, people can have multiple family names or no family name; all can be present, with the names being separated by space characters.

Implementation

String? get familyName => this['family_name'];