getGroup method
获取组
Implementation
dynamic getGroup(int groupId) {
//Log.i(tag, "getGroup:groupId:"+groupId.toString());
return groupsMap[groupId];
}
获取组
dynamic getGroup(int groupId) {
//Log.i(tag, "getGroup:groupId:"+groupId.toString());
return groupsMap[groupId];
}