toValue method
Implementation
String toValue() {
switch (this) {
case ScheduledActionState.active:
return 'ACTIVE';
case ScheduledActionState.disabled:
return 'DISABLED';
}
}
String toValue() {
switch (this) {
case ScheduledActionState.active:
return 'ACTIVE';
case ScheduledActionState.disabled:
return 'DISABLED';
}
}