ZLibDecoder constructor
Implementation
ZLibDecoder({
this.gzip = false,
this.windowBits = ZLibOption.defaultWindowBits,
this.dictionary,
this.raw = false,
}) {
_validateZLibWindowBits(windowBits);
}
ZLibDecoder({
this.gzip = false,
this.windowBits = ZLibOption.defaultWindowBits,
this.dictionary,
this.raw = false,
}) {
_validateZLibWindowBits(windowBits);
}