displayValue property

String? displayValue
final

Barcode value in a user-friendly format.

May omit some of the information encoded in the barcode. For example, if rawValue is 'MEBKM:TITLE:Google;URL://www.google.com;;', the displayValue might be '//www.google.com'. If valueType = BarcodeValueType.text, this field will be equal to rawValue.

This value may be multiline, for example, when line breaks are encoded into the original TEXT barcode value. May include the supplement value.

Null if nothing found.

Implementation

final String? displayValue;