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