displayName property

String? displayName

The users display name.

Will be null if signing in anonymously or via password authentication.

Implementation

String? get displayName {
  return _data.displayName;
}