Notifier class final
Simply a bridge between Observable and ObserverStatelessElement (or call it Observer)
When an Observer is building if any Observable is encountered calls notifyRead
Adds Updater to Observable and Disposer to ObserverStatelessElement
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
-
addDisposer(
Disposer disposer) → void - Adds Disposer to _disposers list inside ObserverStatelessElement
-
createObserver(
NotifyData data, WidgetCallback builder) → Widget - Parses Observer for any Observables inside
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyRead<
T> (Observable< T> observable) → void - Adds Updater to Observable and Disposer to ObserverStatelessElement
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited