getHashCode static method

String getHashCode(
  1. String? address,
  2. int? groupId,
  3. bool? selfProfile
)

Implementation

);static final Map<String,MesiboGroupProfile> objMap= HashMap();List<WeakReference<MesiboProfileLocalListener>> mProfileListeners=<WeakReference<MesiboProfileLocalListener>>[];static String getHashCode(String? address,int? groupId,bool? selfProfile){if(selfProfile!) return "self";if(groupId!> 0) return "g:${groupId.toString()}";return "a:${address!}";}