Notifier class

Singleton that manages reactive dependencies.

This class tracks which reactive variables are being read during a widget build and automatically sets up the necessary listeners. It's used internally by GetX's reactive system.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(VoidCallback listener) → void
Adds a disposer callback to the current notification data.
append<T>(NotifyData data, T builder()) → T
Executes a builder function with reactive tracking.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(ListNotifierSingleMixin updaters) → void
Reads a notifier and sets up automatic listener tracking.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance Notifier
no setter