UnknownMessage constructor

UnknownMessage(
  1. int code,
  2. Uint8List bytes
)

Implementation

UnknownMessage(this.code, this.bytes);