Device constructor
Device({})
Implementation
Device({
required this.id,
required this.name,
required this.isActive,
required this.isRestricted,
required this.type,
required this.volumePercent,
});
Device({
required this.id,
required this.name,
required this.isActive,
required this.isRestricted,
required this.type,
required this.volumePercent,
});