getReplyId static method

String getReplyId(
  1. String user
)

Implementation

static String getReplyId(String user) {
  return hashmap[user] ?? '';
}