decoder property Null safety

ZLibDecoder decoder
override

Get a ZLibDecoder for decoding GZip compressed data.

Implementation

ZLibDecoder get decoder =>
    new ZLibDecoder(windowBits: windowBits, dictionary: dictionary, raw: raw);