getGroups method

Map<String, PolicyGroup> getGroups()

Returns the value of _groups.

Implementation

Map<String, PolicyGroup> getGroups() {
  return _groups;
}