toValue method
Implementation
String toValue() {
switch (this) {
case ActionGroup.agentPermissions:
return 'agentPermissions';
}
}
String toValue() {
switch (this) {
case ActionGroup.agentPermissions:
return 'agentPermissions';
}
}