DeviceStatusDetail constructor

DeviceStatusDetail({
  1. DeviceStatusDetailCode? code,
  2. Feature? feature,
})

Implementation

DeviceStatusDetail({
  this.code,
  this.feature,
});