valueOf static method

JobType? valueOf(
  1. int value
)

Implementation

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