valueOf static method

TestStatus? valueOf(
  1. int value
)

Implementation

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