toSystemTemplateFilterName method
Implementation
SystemTemplateFilterName toSystemTemplateFilterName() {
switch (this) {
case 'FLOW_TEMPLATE_ID':
return SystemTemplateFilterName.flowTemplateId;
}
throw Exception('$this is not known in enum SystemTemplateFilterName');
}