valueOf static method

Mode? valueOf(
  1. int value
)

Implementation

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