fromValue static method

FlowControlType fromValue(
  1. String value
)

Implementation

static FlowControlType fromValue(String value) =>
    values.firstWhere((e) => e.value == value);