ScanRecord constructor

ScanRecord({
  1. String? name,
  2. List<String>? uuids,
  3. int? appearance,
  4. int? txPower,
  5. List<ManufacturerData>? manufacturerData,
})

Implementation

ScanRecord(
    {this.name,
    this.uuids,
    this.appearance,
    this.txPower,
    this.manufacturerData});