displayName property

String get displayName

Implementation

String get displayName {
  return userName.isEmpty ? userID : userName;
}