toActionGroup method

ActionGroup toActionGroup()

Implementation

ActionGroup toActionGroup() {
  switch (this) {
    case 'agentPermissions':
      return ActionGroup.agentPermissions;
  }
  throw Exception('$this is not known in enum ActionGroup');
}