valueOf static method

EncodingMode? valueOf(
  1. int value
)

Implementation

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