valueOf static method

SignMode? valueOf(
  1. int value
)

Implementation

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