menu
chrome_extension package
documentation
document_scan.dart
SetOptionsResponse class
SetOptionsResponse class
dark_mode
light_mode
SetOptionsResponse
class
Constructors
SetOptionsResponse
({
required
String
scannerHandle
,
required
List
<
SetOptionResult
>
results
,
Map
?
options
})
SetOptionsResponse.fromJS
(
SetOptionsResponse
_wrapped
)
Properties
hashCode
→
int
The hash code for this object.
no setter
inherited
options
↔
Map
?
Updated key-value mapping from option names to
ScannerOption
containing the new configuration after attempting to set all supplied options. This has the same structure as the
options
field in
OpenScannerResponse
.
getter/setter pair
results
↔
List
<
SetOptionResult
>
One result per passed-in
OptionSetting
.
getter/setter pair
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
scannerHandle
↔
String
The same scanner handle passed to
setOptions()
.
getter/setter pair
toJS
→ SetOptionsResponse
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
chrome_extension package
documentation
document_scan
SetOptionsResponse class
document_scan library