UPdfCodespace constructor

const UPdfCodespace(
  1. int byteLength,
  2. int low,
  3. int high
)

Implementation

const UPdfCodespace(this.byteLength, this.low, this.high);