getGroupControllerCount method

int getGroupControllerCount(
  1. String label
)

获取指定分组的控制器数量

Implementation

int getGroupControllerCount(String label) {
  return _groups[label]?.length ?? 0;
}