RawWriter.withByteData constructor

RawWriter.withByteData(
  1. ByteData _byteData, {
  2. bool isExpanding = true,
})

Creates a writer with a custom ByteData buffer.

Implementation

RawWriter.withByteData(this._byteData, {this.isExpanding = true});