valueOf static method

MapEnum? valueOf(
  1. int value
)

Implementation

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