BrotliCodec constructor

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

Instantiates a new BrotliCodec.

Implementation

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