BrotliDecoder constructor
BrotliDecoder({})
Construct an BrotliDecoder with the supplied parameters.
Validation will be performed which may result in a RangeError or ArgumentError.
Implementation
BrotliDecoder(
{this.ringBufferReallocation = true,
this.largeWindow = false,
this.inputBufferLength = CodecBufferHolder.autoLength,
this.outputBufferLength = CodecBufferHolder.autoLength});