Result class abstract

Available extensions
Annotations
  • @JS()
  • @anonymous

Constructors

Result()

Properties

barcodeFormat BarcodeFormat

Available on Result, provided by the ResultExt extension

https://github.com/zxing-js/library/blob/1e9ccb3b6b28d75b9eef866dba196d8937eb4449/src/core/BarcodeFormat.ts#L28
no setter
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
toBarcode() Barcode

Available on Result, provided by the ResultExt extension

toString() String
A string representation of this object.
inherited

Operators

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