getGroup method

dynamic getGroup(
  1. int groupId
)

获取组

Implementation

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