valueOf static method

ErrorType? valueOf(
  1. int value
)

Implementation

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