PdfDocumentInfo constructor

const PdfDocumentInfo({
  1. int? fileVersion,
  2. Uint8List? permanentId,
  3. Uint8List? changingId,
})

Creates an immutable PdfDocumentInfo value object.

Implementation

const PdfDocumentInfo({this.fileVersion, this.permanentId, this.changingId});