valueOf static method

TestEnum? valueOf(
  1. int value
)

Implementation

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