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