RecomputeReason constructor
RecomputeReason({})
Implementation
RecomputeReason({
required this.atom,
required this.changedDependencies,
required this.duration,
required this.newValue,
this.oldValue,
});
RecomputeReason({
required this.atom,
required this.changedDependencies,
required this.duration,
required this.newValue,
this.oldValue,
});