valueOf static method

Type? valueOf(
  1. int value
)

Implementation

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