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