decode static method

CoapMessageType? decode(
  1. int code
)

Implementation

static CoapMessageType? decode(final int code) => _registry[code];