fromValue static method
Implementation
static WorkflowCompoundConditionOperator fromValue(String value) =>
values.firstWhere((e) => e.value == value,
orElse: () => WorkflowCompoundConditionOperator._(value));
static WorkflowCompoundConditionOperator fromValue(String value) =>
values.firstWhere((e) => e.value == value,
orElse: () => WorkflowCompoundConditionOperator._(value));