displayId property

String get displayId

Implementation

String get displayId {
  return userId.isTextEmpty ? '' : '$userId';
}