rawValue property

String? rawValue
final

The raw value of UTF-8 encoded barcodes.

Structured values are not parsed, for example: 'MEBKM:TITLE:Google;URL://www.google.com;;'.

For non-UTF-8 barcodes, prefer using rawBytes instead.

This is null if the raw value is not available.

Implementation

final String? rawValue;