valueOf static method

ErrorCode? valueOf(
  1. int value
)

Implementation

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