fromIntValue static method

CoapMediaType? fromIntValue(
  1. int value
)

Implementation

static CoapMediaType? fromIntValue(final int value) => _registry[value];