valueOf static method

Status? valueOf(
  1. int value
)

Implementation

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