valueOf static method

BoolState? valueOf(
  1. int value
)

Implementation

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