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