GzippedData constructor

const GzippedData(
  1. List<int> compressedBytes
)

Constructor.

Implementation

const GzippedData(this.compressedBytes);