barcodeData property

Uint8List get barcodeData

Correctly encoded byte list to be displayed in the barcode.

Implementation

Uint8List get barcodeData =>
    Uint8List.fromList(messageEncoding.encode(message));