BtDeviceModel constructor

BtDeviceModel({
  1. String? address,
  2. String? name,
  3. int? signalIntensity,
})

Implementation

BtDeviceModel({
  this.address,
  this.name,
  this.signalIntensity,
});