Correctly encoded byte list to be displayed in the barcode.
Uint8List get barcodeData => Uint8List.fromList(messageEncoding.encode(message));