ScannerType class

Class representing different types of scanners and their corresponding codes.

This class contains static constants to identify various scanner types like TWAIN, WIA, etc. Each constant holds an integer value that is associated with a specific scanner type.

Constructors

ScannerType()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

ESCLSCANNER → const int
ICASCANNER → const int
SANESCANNER → const int
TWAINSCANNER → const int
TWAINX64SCANNER → const int
WIASCANNER → const int
WIATWAINSCANNER → const int
WIFIDIRECTSCANNER → const int