menu
custom_ai_barcode_scanner package
documentation
ai_barcode_scanner.dart
DecodedBarcodeBytes
bytes property
bytes property
dark_mode
light_mode
bytes
property
Uint8List
bytes
final
The decoded raw bytes of the barcode value, without header or padding bytes.
Implementation
final Uint8List bytes;
custom_ai_barcode_scanner package
documentation
ai_barcode_scanner
DecodedBarcodeBytes
bytes property
DecodedBarcodeBytes class