getAllGroupIds method

List<String> getAllGroupIds()

Get all group IDs

Implementation

List<String> getAllGroupIds() {
  return List.unmodifiable(_captureGroups.keys);
}