decode static method

SignalingCode? decode(
  1. int code
)

Returns the SignalingCode corresponding with a numeric code (if defined).

Implementation

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