Unpacker.copy constructor

Unpacker.copy(
  1. Uint8List _list,
  2. ByteData _d,
  3. int _offset
)

Implementation

Unpacker.copy(this._list, this._d, this._offset);