BarkoderResult class

Constructors

BarkoderResult({required BarcodeType barcodeType, required String barcodeTypeName, required String binaryDataAsBase64, required String textualData, String? characterSet, Map<String, dynamic>? extra, String? resultImageAsBase64, String? resultThumbnailAsBase64})
BarkoderResult.fromJsonString(String jsonString)

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
resultImageAsBase64 String?
getter/setter pair
resultThumbnailAsBase64 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