PdfAttributes constructor
const
PdfAttributes({})
Implementation
const PdfAttributes({
required this.creator,
required this.author,
required this.title,
required this.subject,
required this.keywords,
});
const PdfAttributes({
required this.creator,
required this.author,
required this.title,
required this.subject,
required this.keywords,
});