UPdfString constructor

const UPdfString(
  1. Uint8List bytes, {
  2. bool hex = false,
})

Implementation

const UPdfString(this.bytes, {this.hex = false});