MsgPackUnsupportedTypeError constructor

MsgPackUnsupportedTypeError(
  1. int unsupportedType, {
  2. Object? cause,
})

Builds a MsgPackUnsupportedTypeError object

Implementation

MsgPackUnsupportedTypeError(this.unsupportedType, {this.cause});