fromValue static method

LinearSecurityLevel fromValue(
  1. String value
)

Implementation

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