valueOf static method

LazyEnum? valueOf(
  1. int value
)

Implementation

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