PdfDictStream constructor
PdfDictStream({})
Implementation
PdfDictStream({
Map<String, PdfDataType>? values,
Uint8List? data,
this.isBinary = false,
this.encrypt = true,
this.compress = true,
}) : data = data ?? Uint8List(0),
super.values(values ?? {});