PdfString constructor

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

Implementation

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