image property

Uint8List? image
final

The bytes of the image that is embedded in the barcode.

This null if MobileScannerController.returnImage is false, or if there is no available image.

Implementation

final Uint8List? image;