DeviceStatusDetail constructor
DeviceStatusDetail({
- DeviceStatusDetailCode? code,
- Feature? feature,
Implementation
DeviceStatusDetail({
this.code,
this.feature,
});