ZLibDecoder({int windowBits: ZLibOption.DEFAULT_WINDOW_BITS, List<int> dictionary: null, bool raw: false})

Source

ZLibDecoder({this.windowBits: ZLibOption.DEFAULT_WINDOW_BITS,
            this.dictionary: null, this.raw: false}) {
  _validateZLibWindowBits(windowBits);
}