EspBluetoothDevice constructor

EspBluetoothDevice({
  1. required String name,
  2. required String serviceUuid,
})

Implementation

EspBluetoothDevice({
  required this.name,
  required this.serviceUuid,
});