valueOf static method

LogLevel? valueOf(
  1. int value
)

Implementation

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