BarkoderResult class
Constructors
-
BarkoderResult({required BarcodeType barcodeType, required String barcodeTypeName, required String binaryDataAsBase64, required String textualData, String? characterSet, Map<
String, dynamic> ? extra, String? resultImageAsBase64, List<String> ? resultThumbnailsAsBase64, List<Map< ? mrzImagesAsBase64})String, String> > -
BarkoderResult.fromJson(Map<
String, dynamic> resultMap)
Properties
- barcodeType ↔ BarcodeType
-
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
-
mrzImagesAsBase64
↔ List<
Map< ?String, String> > -
getter/setter pair
- resultImageAsBase64 ↔ String?
-
getter/setter pair
-
resultThumbnailsAsBase64
↔ List<
String> ? -
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< BarkoderResult>