UPdfDecodedStream constructor

const UPdfDecodedStream({
  1. required Uint8List bytes,
  2. String? imageFilter,
  3. UPdfDict? imageParms,
})

Implementation

const UPdfDecodedStream({required this.bytes, this.imageFilter, this.imageParms});