RecomputeReason class
重算原因
Constructors
-
RecomputeReason({required Atom atom, required List<
Atom> changedDependencies, required Duration duration, required dynamic newValue, dynamic oldValue})
Properties
- atom → Atom
-
被重算的 Atom
final
-
changedDependencies
→ List<
Atom> -
导致重算的上游依赖
final
- duration → Duration
-
重算耗时
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- newValue → dynamic
-
新值
final
- oldValue → dynamic
-
旧值 (可能为 null)
final
- 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited