ScannerInfo constructor
const
ScannerInfo({
- bool? isDefaultScanner,
- String? friendlyName,
- String? modelNumber,
- ScannerDeviceType? deviceType,
- ScannerConnectionType? connectionType,
- BarcodeManagerDeviceIdentifier? deviceIdentifier,
- ScannerDecoderType? decoderType,
- bool? isConnected,
Implementation
const ScannerInfo({
this.isDefaultScanner,
this.friendlyName,
this.modelNumber,
this.deviceType,
this.connectionType,
this.deviceIdentifier,
this.decoderType,
this.isConnected,
});