valueOf static method

ServingStatus? valueOf(
  1. int value
)

Implementation

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