StartScanResponse class

Constructors

StartScanResponse({required String scannerHandle, required OperationResult result, String? job})
StartScanResponse.fromJS(StartScanResponse _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
job String?
If result is OperationResult.SUCCESS, a handle that can be used to read scan data or cancel the job.
getter/setter pair
result OperationResult
The backend's start scan result.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scannerHandle String
The same scanner handle that was passed to startScan().
getter/setter pair
toJS → StartScanResponse
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