valueOf static method

ProjectState? valueOf(
  1. int value
)

Implementation

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