ScanResult constructor

ScanResult({
  1. BluetoothDevice? device,
  2. int? eventType,
  3. int? primaryPhy,
  4. int? secondaryPhy,
  5. int? advertisingSid,
  6. int? txPower,
  7. int? rssi,
  8. int? periodicAdvertisingInterval,
  9. ScanRecord? scanRecord,
  10. int? timestampNanos,
  11. bool? connectable,
  12. int? queue,
})

Implementation

ScanResult({
  this.device,
  this.eventType,
  this.primaryPhy,
  this.secondaryPhy,
  this.advertisingSid,
  this.txPower,
  this.rssi,
  this.periodicAdvertisingInterval,
  this.scanRecord,
  this.timestampNanos,
  this.connectable,
  this.queue,
});