AbstractChangeEvent<T> class sealed

A flag that is applied for ChangeEvent and RebuildEvent.

Inheritance
Implementers

Constructors

AbstractChangeEvent({required T prev, required T next, required List<Rebuildable> rebuild})

Properties

debugLabel String
A label to be used in debug messages and by the RefenaTracingPage.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
millisSinceEpoch int
The timestamp when the event was fired. We use int to save memory.
finalinherited
next → T
The state after the change.
final
prev → T
The previous state before the event.
final
rebuild List<Rebuildable>
A list of rebuildable objects that should be rebuilt in the next tick. This is the case if a Rebuildable is watching the current provider.
final
refenaId int
The id.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateType Type
The generic type of the state.
no setter

Methods

compareIdentity(IdReference other) bool
Returns true, if the other reference has the same id.
inherited
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