PdfMetadata constructor
PdfMetadata({})
Implementation
PdfMetadata({
this.title,
this.author,
this.subject,
this.keywords,
this.creator,
this.producer,
this.creationDate,
this.modDate,
this.format,
this.encryption,
this.trapped = false,
});