valueOf static method

PowerMode? valueOf(
  1. int value
)

Implementation

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