DiscoverDevice constructor

DiscoverDevice(
  1. String type,
  2. String device,
  3. String label,
  4. int rssi,
)

Implementation

DiscoverDevice(this.type, this.device, this.label, this.rssi);