valueOf static method

StatusCode? valueOf(
  1. int value
)

Implementation

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