NotifyData constructor
const
NotifyData({
- required StateUpdateCallback updater,
- required List<
Disposer> disposers, - bool throwException = true,
Implementation
const NotifyData({
required this.updater,
required this.disposers,
this.throwException = true,
});