ScannedData class

BarCode data encapsulation

Constructors

ScannedData({String? code, String? codeId, String? codeType, String? aimId, String? charset})
const
ScannedData.fromMap(Map map)
factory

Properties

aimId String?
Retrieves the AIM identifier of the bar code.
final
charset String?
Retrieves the character encoding of the bar code data. This encoding information allows you to get access to the original binary data encoded in the bar code.
final
code String?
Code data as a String. If you need the data as bytes, you can call String.getBytes(Charset) on the result of this method. The Charset needed to retrieve the bar code data as bytes can be determined by calling getCharset().
final
codeId String?
Retrieves the unique characters defined by Honeywell to identify symbologies.
final
codeType String?
Retrieves the code type that the scanned code belongs to. This code type is obtained from codeId. For more details check this documentation: https://support.honeywellaidc.com/s/article/How-to-determine-the-Symbology-from-the-DecodeResult https://support.honeywellaidc.com/s/article/List-of-Honeywell-barcode-symbology-Code-Identifiers
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited