ChangeNotificationProvider<T> constructor
ChangeNotificationProvider<T> (
- bool _coalesce
Implementation
ChangeNotificationProvider(
/// Changes are published synchronously by default. When coalesce is set,
/// the changes in the current execution block are collected, and only the
/// last value will be published (in an async scheduled microtask).
this._coalesce);