allName property

String get allName

Implementation

String get allName => nickname.isEmpty ? userName : '$nickname($userName)';