PdfParser constructor

PdfParser(
  1. Uint8List data
)

Implementation

PdfParser(this.data) {
  _parse();
}