Device constructor
Device({
- required dynamic xAddr,
- required System system,
Implementation
Device({required this.xAddr, required this.system});
Device({required this.xAddr, required this.system});