ZLibDecoder constructor Null safety
Implementation
ZLibDecoder(
{this.windowBits: ZLibOption.defaultWindowBits,
this.dictionary,
this.raw: false}) {
_validateZLibWindowBits(windowBits);
}
ZLibDecoder(
{this.windowBits: ZLibOption.defaultWindowBits,
this.dictionary,
this.raw: false}) {
_validateZLibWindowBits(windowBits);
}