onChangeAt method
Implementation
void onChangeAt(String path) {
$cleanupListeners();
for (List<Stateful> l in _listeners.values) {
for (Stateful n in l) {
Stateful.$callLoad(n as Node, this, PrecisionStopwatch.start(),
hotload: true);
}
}
$cleanupListeners();
}