PdfiumException constructor

PdfiumException({
  1. String? message,
})

Default constructor of PdfiumException

Implementation

PdfiumException({this.message});