allName property

String get allName

Implementation

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