toValue method
Implementation
String toValue() {
switch (this) {
case EvaluationMethod.batch:
return 'BATCH';
case EvaluationMethod.serial:
return 'SERIAL';
}
}
String toValue() {
switch (this) {
case EvaluationMethod.batch:
return 'BATCH';
case EvaluationMethod.serial:
return 'SERIAL';
}
}