Convert the data to GzipData instance
GzipData toGzipData() { return GzipData(Uint8List.fromList(deflate())); }