NewlandScanResult class

Constructors

NewlandScanResult(String barcodeData, String barcodeType, bool barcodeSuccess)
NewlandScanResult.fromNative(Map data)
factory

Properties

barcodeData String
contains the scanned barcode value or an empty string
final
barcodeSuccess bool
true if the barcode scan was successful false otherwise
final
barcodeType String
contains the scanned barcode type (for supported barcode list check this file: https://www.newland-id.com/sites/default/files/documents/2021-02/newland_android_pda_barcode_scanning_sdk_handbook_v1.2.pdf"
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