GetDeviceInstanceResult constructor

GetDeviceInstanceResult({
  1. DeviceInstance? deviceInstance,
})

Implementation

GetDeviceInstanceResult({
  this.deviceInstance,
});