ScanSettings constructor
ScanSettings({})
Constructs a ScanSettings instance with the specified scan settings.
Implementation
ScanSettings({
this.scanMode,
this.reportDelayMillis,
this.allowDuplicates,
this.legacyMode,
});