valueOf static method

TrainingStatus? valueOf(
  1. int value
)

Implementation

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