Convert the data to a RawData instance
RawData toRawData() { return RawData(Uint8List.fromList(inflate())); }