GetDevicePoolResult constructor

GetDevicePoolResult({
  1. DevicePool? devicePool,
})

Implementation

GetDevicePoolResult({
  this.devicePool,
});