PdfString constructor
const
PdfString(
- Uint8List value, {
- PdfStringFormat format = PdfStringFormat.literal,
- bool encrypted = true,
Implementation
const PdfString(
this.value, {
this.format = PdfStringFormat.literal,
this.encrypted = true,
});