Device constructor
Device({
- String? name,
- String? type,
- String? direction,
- String? deviceName,
- String? defaultStr,
- String? defaultMultimedia,
- String? defaultCommunications,
- String? deviceState,
- String? muted,
- String? volumeDB,
- String? volumePercent,
- String? minVolumeDB,
- String? maxVolumeDB,
- String? volumeStep,
- String? channelsCount,
- String? channelsDB,
- String? channelsPercent,
- String? itemID,
- String? commandLineFriendlyID,
- String? processPath,
- String? processID,
- String? windowTitle,
- String? registryKey,
Implementation
Device(
{this.name,
this.type,
this.direction,
this.deviceName,
this.defaultStr,
this.defaultMultimedia,
this.defaultCommunications,
this.deviceState,
this.muted,
this.volumeDB,
this.volumePercent,
this.minVolumeDB,
this.maxVolumeDB,
this.volumeStep,
this.channelsCount,
this.channelsDB,
this.channelsPercent,
this.itemID,
this.commandLineFriendlyID,
this.processPath,
this.processID,
this.windowTitle,
this.registryKey});