RawReader.withByteData constructor

RawReader.withByteData(
  1. ByteData _byteData, {
  2. int index = 0,
  3. bool isCopyOnRead = true,
})

Implementation

RawReader.withByteData(
  this._byteData, {
  this.index = 0,
  this.isCopyOnRead = true,
});