InputActiveStateChanged constructor
InputActiveStateChanged({})
Creates an event for when an input's active state changes.
Implementation
InputActiveStateChanged({
required this.inputName,
required this.inputUuid,
required this.videoActive,
});