MsgPackExtension constructor
const
MsgPackExtension(
- int type
Builds MsgPackExtension with the specified type
code
Implementation
const MsgPackExtension(this.type) : assert(type > 0);
Builds MsgPackExtension with the specified type
code
const MsgPackExtension(this.type) : assert(type > 0);