WitsystemScanResult class

Represents the result of a scan

Constructors

WitsystemScanResult({String type = "", String rawContent = '', String format = "", String formatNote = ''})
Creates a new scan result

Properties

format String
The barcode format
final
formatNote String
If the format is unknown, this field holds additional information
final
hashCode int
The hash code for this object.
no setterinherited
rawContent String
The barcode itself if the result type is barcode. If the result type is error it contains the error message
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
Represents the type of the result
final

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