ConnectionChange constructor

const ConnectionChange({
  1. ScannerInfo? scannerInfo,
  2. BarcodeManagerConnectionState? connectionState,
})

Implementation

const ConnectionChange({
  this.scannerInfo,
  this.connectionState,
});