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