SceneItemRemoved class

This event is not emitted when the scene the item is in is removed.

Annotations
  • @JsonSerializable()

Constructors

SceneItemRemoved.new({required String sceneName, required String sourceName, required int sceneItemId})
SceneItemRemoved.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
sceneName String
Name of the scene the item was removed from
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>
toString() String
A string representation of this object.
override

Operators

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