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