Dart API Reference
dart:io
ZLibDecoder
ZLibDecoder
ZLibDecoder
constructor
ZLibDecoder
(
{
int
windowBits
:
ZLibOption.DEFAULT_WINDOW_BITS
,
List
<
int
>
dictionary
:
null
,
bool
raw
:
false
}
)