getGroup method

Object? getGroup(
  1. Type t
)

Implementation

Object? getGroup(Type t) {
  if (nPage.groupList.contains(t)) {
    return groupId;
  }
  return null;
}