MsgPackCollectionDecoder constructor

MsgPackCollectionDecoder(
  1. Unpacker _unpacker,
  2. int length
)

Implementation

MsgPackCollectionDecoder(super._unpacker, this.length) : super._();