PdfString constructor

const PdfString(
  1. Uint8List value, {
  2. PdfStringFormat format = PdfStringFormat.literal,
  3. bool encrypted = true,
})

Implementation

const PdfString(
  this.value, {
  this.format = PdfStringFormat.literal,
  this.encrypted = true,
});