valueOf static method

IndexFlag? valueOf(
  1. int value
)

Implementation

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