menu
dart_mupdf_donut package
documentation
dart_mupdf.dart
PdfString
bytes property
bytes property
dark_mode
light_mode
bytes
property
Uint8List
get
bytes
Get raw bytes.
Implementation
Uint8List get bytes => Uint8List.fromList(value.codeUnits);
dart_mupdf_donut package
documentation
dart_mupdf
PdfString
bytes property
PdfString class