valueOf static method

IndexDirection? valueOf(
  1. int value
)

Implementation

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