notify abstract method

void notify()

Triggers a change notification without modifying this value.

Use this after in-place mutations or when subscribers should re-evaluate even though the stored reference did not change.

Implementation

void notify();