BrotliCodec constructor

const BrotliCodec({
  1. int compressionLevel = BrotliOption.defaultLevel,
})

Brotli gRPC codec constructor

Implementation

const BrotliCodec({this.compressionLevel = BrotliOption.defaultLevel});