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