toValue method
Implementation
String toValue() {
switch (this) {
case UseCaseType.rulesEvaluation:
return 'RULES_EVALUATION';
}
}
String toValue() {
switch (this) {
case UseCaseType.rulesEvaluation:
return 'RULES_EVALUATION';
}
}