UpdateDeviceResponse constructor

UpdateDeviceResponse({
  1. Device? device,
})

Implementation

UpdateDeviceResponse({
  this.device,
});