DecoderResult class

Constructors

DecoderResult({required int barcodeType, required String barcodeTypeName, required String binaryDataAsBase64, required String textualData, String? characterSet, Map<String, dynamic>? extra, List<MRZImage>? mrzImages})
DecoderResult.fromJson(Map<String, dynamic> resultMap)

Properties

barcodeType int
getter/setter pair
barcodeTypeName String
getter/setter pair
binaryDataAsBase64 String
getter/setter pair
characterSet String?
getter/setter pair
extra Map<String, dynamic>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mrzImages List<MRZImage>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textualData String
getter/setter pair

Methods

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

Operators

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

Static Methods

fromJsonString(String jsonString) List<DecoderResult>