didUpdate method

bool didUpdate()

Marks the scope as mutable while dirty checking propagates through it.

Implementation

@pragma('vm:prefer-inline')
@pragma('dart2js:tryInline')
@pragma('wasm:prefer-inline')
bool didUpdate() {
  flags = ReactiveFlags.mutable;
  return true;
}