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