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