valueOf static method

LogSeverity? valueOf(
  1. int value
)

Implementation

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