PdfIndirectRef constructor

const PdfIndirectRef(
  1. int obj,
  2. int gen
)

Implementation

const PdfIndirectRef(this.obj, this.gen);