PdfString constructor

PdfString(
  1. String value, {
  2. bool isHex = false,
})

Implementation

PdfString(this.value, {this.isHex = false});