hasGroup method

bool hasGroup(
  1. String label
)

检查分组是否存在

Implementation

bool hasGroup(String label) => _groups.containsKey(label);