fromValue static method

Implementation

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