DeviceBle constructor

DeviceBle({
  1. required String id,
  2. String name = "",
  3. String address = "",
})

Implementation

DeviceBle({required this.id, this.name = "", this.address = ""});