ReactiveNotifier constructor
ReactiveNotifier()
Creates a new reactive notifier.
This is typically instantiated once in Reactivity.notifier.
Implementation
ReactiveNotifier() : _updates = {};
Creates a new reactive notifier.
This is typically instantiated once in Reactivity.notifier.
ReactiveNotifier() : _updates = {};