BrotliDecoder constructor

const BrotliDecoder({
  1. List<int> compoundDictionary = const [],
})

Instantiates a new BrotliDecoder.

Implementation

const BrotliDecoder({this.compoundDictionary = const []});