SceneItemEnableStateChanged constructor
SceneItemEnableStateChanged({})
Creates an event for when a scene item's enabled state changes.
Implementation
SceneItemEnableStateChanged({
required this.sceneName,
required this.sceneItemId,
required this.sceneItemEnabled,
});