CloseScannerResponse class

Constructors

CloseScannerResponse({required String scannerHandle, required OperationResult result})
CloseScannerResponse.fromJS(CloseScannerResponse _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
result OperationResult
Backend result of closing the scanner. Even if this value is not OperationResult.SUCCESS, the handle will be invalid and should not be used for any further operations.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scannerHandle String
Same scanner handle passed to closeScanner().
getter/setter pair
toJS → CloseScannerResponse
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