name property

String? name

The user's full name in displayable form including all name parts, possibly including titles and suffixes, ordered according to the user's locale and preferences.

Reference

Implementation

String? get name => claims.customClaims['name'] as String?;