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