displayName property

String get displayName

Implementation

String get displayName {
  return _nickname.isTextEmpty ? '' : '$_nickname';
}