ScanResults class

Constructors

ScanResults({required List<String> dataUrls, required String mimeType})
ScanResults.fromJS(ScanResults _wrapped)

Properties

dataUrls List<String>
The data image URLs in a form that can be passed as the "src" value to an image tag.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mimeType String
The MIME type of dataUrls.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → ScanResults
no setter

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