valueOf static method

Action_Type? valueOf(
  1. int value
)

Implementation

static Action_Type? valueOf($core.int value) => _byValue[value];