showName property

String showName

Implementation

String get showName {
  return friendInfo?.nickname ?? nickname;
}