InteractiveEvent<T> class
sealed
Base sealed class for all interactive events.
Events are emitted by InteractiveController and can be consumed via the events stream. This allows for reactive programming patterns and better composability.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited