displayName property
      
      String?
      get
      displayName
      
    
    
The users display name.
Will be null if signing in anonymously or via password authentication.
Implementation
String? get displayName {
  return _data['displayName'];
}