getEntityGroupService method

EntityGroupService getEntityGroupService()

Implementation

EntityGroupService getEntityGroupService() {
  _entityGroupService ??= EntityGroupService(this);
  return _entityGroupService!;
}