NotifyData constructor

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

Implementation

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