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