valueOf static method

PositionType? valueOf(
  1. int value
)

Implementation

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