valueOf static method

ThemeMode? valueOf(
  1. int value
)

Implementation

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