rawBytes property

  1. @Deprecated('Use rawDecodedBytes instead.')
Uint8List? rawBytes
final

The raw bytes of the barcode.

This is null if the raw bytes are not available.

Implementation

@Deprecated('Use rawDecodedBytes instead.')
final Uint8List? rawBytes;