PairedDevice constructor

PairedDevice({
  1. required String name,
  2. required String hardwareAddress,
  3. required String socketId,
})

Implementation

PairedDevice(
    {required this.name,
    required this.hardwareAddress,
    required this.socketId});