SceneItemCreated class

A scene item's enable state has changed.

Annotations
  • @JsonSerializable.new()

Constructors

SceneItemCreated({required String sceneName, required String sourceName, required int sceneItemId, required int sceneItemIndex})
SceneItemCreated.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sceneItemId → int
Numeric ID of the scene item
final
sceneItemIndex → int
Index position of the item
final
sceneName → String
Name of the scene the item was added to
final
sourceName → String
Name of the underlying source (input/scene)
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
Converts the event to a JSON map.
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited