PdfAttachment constructor
Initializes a new instance of the PdfAttachment class with specified file name and byte data to be attached.
Implementation
PdfAttachment(super.fileName, super.data,
{String? description, String? mimeType}) {
_embeddedFile =
PdfEmbeddedFileSpecificationHelper.getHelper(this).embeddedFile;
_updateValues(description, mimeType);
}