GetDeviceResult constructor

GetDeviceResult({
  1. Device? device,
})

Implementation

GetDeviceResult({
  this.device,
});