showName method

String? showName(
  1. String userId
)

Implementation

String? showName(String userId) {
  return data[userId]?.contactShowName;
}