valueOf static method

MapType? valueOf(
  1. int value
)

Implementation

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