PdfaRdf constructor
PdfaRdf({})
Implementation
PdfaRdf({
this.title,
this.author,
this.creator,
this.subject,
this.keywords,
this.producer,
DateTime? creationDate,
this.invoiceRdf = '',
}) {
this.creationDate = creationDate ?? DateTime.now();
}