decode static method

CoapCode? decode(
  1. int code
)

Implementation

static CoapCode? decode(final int code) => _codeRegistry[code];