NotifyData constructor

const NotifyData({
  1. required StateUpdateCallback updater,
  2. required List<Disposer> disposers,
  3. bool throwException = true,
})

Implementation

const NotifyData({
  required this.updater,
  required this.disposers,
  this.throwException = true,
});