Device constructor
Device()
Implementation
Device(
this.id,
this.displayName,
this.description,
this.manufacturerName,
this.model,
this.serialNumber,
this.createdAt,
this.updatedAt,
this.traits);