valueOf static method

RunMode? valueOf(
  1. int value
)

Implementation

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