type property

QrBarType type
final

The format/type of the scanned code (e.g., QR, Code128, etc.).

This indicates which barcode format was detected during scanning. The type is represented as a QrBarType enum value, which allows for easy handling of different code formats in application logic.

Use this to determine how to interpret or process the value.

Implementation

final QrBarType type;