getByValue static method
Implementation
static ExcludedAreaSeverity getByValue(int value) {
return ExcludedAreaSeverity.values.firstWhere((x) => x.rawValue == value);
}
static ExcludedAreaSeverity getByValue(int value) {
return ExcludedAreaSeverity.values.firstWhere((x) => x.rawValue == value);
}