NotifyData class

Data class containing information about notifications and listeners.

Constructors

NotifyData({required GetStateUpdate updater, required List<VoidCallback> disposers, bool throwException = true})
Constructs a NotifyData instance.
const

Properties

disposers List<VoidCallback>
List of disposers.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
throwException bool
Flag indicating whether to throw an exception if no disposers are present.
final
updater GetStateUpdate
Function that updates the state.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited