toFlowTemplateFilterName method
Implementation
FlowTemplateFilterName toFlowTemplateFilterName() {
switch (this) {
case 'DEVICE_MODEL_ID':
return FlowTemplateFilterName.deviceModelId;
}
throw Exception('$this is not known in enum FlowTemplateFilterName');
}