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