PdfMetadata constructor
Creates an immutable PdfMetadata value object.
Implementation
const PdfMetadata({
this.title,
this.author,
this.subject,
this.keywords,
this.creator,
this.producer,
this.creationDate,
this.modDate,
});
Creates an immutable PdfMetadata value object.
const PdfMetadata({
this.title,
this.author,
this.subject,
this.keywords,
this.creator,
this.producer,
this.creationDate,
this.modDate,
});