GZipCodec constructor
Implementation
GZipCodec( {this.level = ZLibOption.defaultLevel, this.windowBits = ZLibOption.defaultWindowBits, this.memLevel = ZLibOption.defaultMemLevel, this.strategy = ZLibOption.strategyDefault, this.dictionary, this.raw = false, this.gzip = true}) { _validateZLibeLevel(level); _validateZLibMemLevel(memLevel); _validateZLibStrategy(strategy); _validateZLibWindowBits(windowBits); }
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-io/GZipCodec/GZipCodec.html