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