QrBarTypeExt extension

Extension providing user-friendly labels for QrBarType enum values.

This extension adds a label getter that returns a human-readable description of each barcode type, suitable for display in user interfaces.

Example usage:

final typeLabel = QrBarType.ean13.label; // Returns "EAN-13"
Text("Scanned barcode type: ${result.type.label}");
on

Properties

label String

Available on QrBarType, provided by the QrBarTypeExt extension

Returns a human-readable label for each barcode type.
no setter