Device constructor
Device({
- Attributes? attributes,
- String? deviceId,
- String? type,
Implementation
Device({
this.attributes,
this.deviceId,
this.type,
});