WatchItEvent enum
Enum representing different types of events in watch_it
Values
- rebuild → const WatchItEvent
-
Rebuild triggered by any data source change (Listenable, Stream, Future, Property)
- handler → const WatchItEvent
-
Handler function called for any data source change
- createOnce → const WatchItEvent
-
Create once operation (createOnce)
- createOnceAsync → const WatchItEvent
-
Create once async operation (createOnceAsync)
- allReady → const WatchItEvent
-
All ready check (allReady)
- isReady → const WatchItEvent
-
Is ready check (isReady)
- scopePush → const WatchItEvent
-
Scope push operation (pushScope)
- callOnce → const WatchItEvent
-
Call once operation (callOnce)
- callOnceAfterThisBuild → const WatchItEvent
-
Call once after this build operation (callOnceAfterThisBuild)
- callAfterEveryBuild → const WatchItEvent
-
Call after every build operation (callAfterEveryBuild)
- onDispose → const WatchItEvent
-
On dispose operation (onDispose)
- scopeChange → const WatchItEvent
-
Scope change detection (rebuildOnScopeChanges)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
-
values
→ const List<
WatchItEvent> - A constant List of the values in this enum, in order of their declaration.