fullName property

String? fullName
getter/setter pair

The user's full name formed by concatenating the first and last name values.

Implementation

core.String? fullName;