ZywellBluetoothDevice constructor

ZywellBluetoothDevice({
  1. required String name,
  2. required String address,
  3. required bool bondedState,
})

Implementation

ZywellBluetoothDevice({
  required this.name,
  required this.address,
  required this.bondedState,
});