ScannerInfo constructor

const ScannerInfo({
  1. bool? isDefaultScanner,
  2. String? friendlyName,
  3. String? modelNumber,
  4. ScannerDeviceType? deviceType,
  5. ScannerConnectionType? connectionType,
  6. BarcodeManagerDeviceIdentifier? deviceIdentifier,
  7. ScannerDecoderType? decoderType,
  8. bool? isConnected,
})

Implementation

const ScannerInfo({
  this.isDefaultScanner,
  this.friendlyName,
  this.modelNumber,
  this.deviceType,
  this.connectionType,
  this.deviceIdentifier,
  this.decoderType,
  this.isConnected,
});