valueOf static method

ResultType? valueOf(
  1. int value
)

Implementation

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