PdfDocumentRef constructor

const PdfDocumentRef({
  1. bool autoDispose = true,
})

Implementation

const PdfDocumentRef({
  this.autoDispose = true,
});