valueOf static method

ProcessStatus? valueOf(
  1. int value
)

Implementation

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