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