valueOf static method

MapEnumLite? valueOf(
  1. int value
)

Implementation

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