CompressionOptions constructor
Implementation
const CompressionOptions(
{this.clientNoContextTakeover = false,
this.serverNoContextTakeover = false,
this.clientMaxWindowBits,
this.serverMaxWindowBits,
this.enabled = true});
const CompressionOptions(
{this.clientNoContextTakeover = false,
this.serverNoContextTakeover = false,
this.clientMaxWindowBits,
this.serverMaxWindowBits,
this.enabled = true});