compression property
      
      Compression
      get
      compression
      
    
    
Compression is the compression algorithm to be applied to the plaintext before encryption. If zero, no compression is done.
Implementation
Compression get compression => Compression.fromValue(
    const fb.Int32Reader().vTableGet(_bc, _bcOffset, 12, 0));