Result class abstract

Available Extensions
Annotations

Constructors

Result()

Properties

format int?
Representing the format of the barcode that was decoded
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rawBytes Uint8ClampedList?
Returns raw bytes encoded by the barcode, if applicable, otherwise null
no setter
resultPoints List<Object?>
Returns the result points of the barcode. These points represent the corners of the barcode.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
raw text encoded by the barcode
no setter

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