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