valueOf static method

ServingState? valueOf(
  1. int value
)

Implementation

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