ReactiveNotifier<T> constructor

ReactiveNotifier<T>()

Implementation

ReactiveNotifier() {
  notifyChange = oneCallTask(notifyListeners);
}