displayValue property

String? displayValue
final

The barcode value in a user-friendly format.

This value may omit some of the information encoded in the barcode. For example, if rawValue returns MEBKM:TITLE:Google;URL://www.google.com;;, the display value might be //www.google.com.

This value may be multiline if line breaks are encoded in the barcode. This value may include the supplement value.

This is null if there is no user-friendly value for the given barcode.

Implementation

final String? displayValue;