DeviceData constructor

DeviceData(
  1. String name,
  2. String address,
  3. bool isBle
)

Implementation

DeviceData(this.name, this.address, this.isBle);