valueOf static method

HashScheme? valueOf(
  1. int value
)

Implementation

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