device property
      
      BluetoothDevice
      get
      device
      
    
    
the relevant device
Implementation
BluetoothDevice get device => BluetoothDevice(remoteId: _response.remoteId);
the relevant device
BluetoothDevice get device => BluetoothDevice(remoteId: _response.remoteId);