valueOf static method

HashingAlgorithm? valueOf(
  1. int value
)

Implementation

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