valueOf static method

HttpState? valueOf(
  1. int value
)

Implementation

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