valueOf static method

ValidationType? valueOf(
  1. int value
)

Implementation

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