toValue method
Implementation
String toValue() {
switch (this) {
case StopAction.startEvaluation:
return 'START_EVALUATION';
case StopAction.skipEvaluation:
return 'SKIP_EVALUATION';
}
}
String toValue() {
switch (this) {
case StopAction.startEvaluation:
return 'START_EVALUATION';
case StopAction.skipEvaluation:
return 'SKIP_EVALUATION';
}
}