fullName

Extension function that returns the user's full name by combining first and last names.

This function concatenates the user's first name and last name with a space between them. If either name is null, it will be treated as an empty string in the concatenation.

Return

The user's full name as a string, or a string with null values if names are not set