toFlowTemplateFilterName method

FlowTemplateFilterName toFlowTemplateFilterName()

Implementation

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