BluetoothInfo constructor

BluetoothInfo({
  1. required String name,
  2. required String macAdress,
})

Implementation

BluetoothInfo({
  required this.name,
  required this.macAdress,
});