GetDeviceResponse constructor

GetDeviceResponse({
  1. Device? device,
})

Implementation

GetDeviceResponse({
  this.device,
});