getHashCode static method
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!}";}