connectionType property
ConnectionType
get
connectionType
How the scanner is connected to the computer.
Implementation
ConnectionType get connectionType =>
ConnectionType.fromJS(_wrapped.connectionType);
set
connectionType
(ConnectionType v)
Implementation
set connectionType(ConnectionType v) {
_wrapped.connectionType = v.toJS;
}