DeleteDeviceResponse constructor

DeleteDeviceResponse({
  1. Device? device,
})

Implementation

DeleteDeviceResponse({
  this.device,
});