valueOf static method

JobStatus? valueOf(
  1. int value
)

Implementation

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