toValue method
Implementation
String toValue() {
switch (this) {
case SystemTemplateFilterName.flowTemplateId:
return 'FLOW_TEMPLATE_ID';
}
}
String toValue() {
switch (this) {
case SystemTemplateFilterName.flowTemplateId:
return 'FLOW_TEMPLATE_ID';
}
}