ListenObserver class

Mixed in types

Constructors

ListenObserver(void listener())

Properties

debugLabel String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
listener → void Function()
final
observables Set<BaseObservableState>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAddedToState(BaseObservableState observable) → void
inherited
onRemovedFromState(BaseObservableState observable) → void
inherited
prepare() Rebuild
override
prepareAndCountNewObservables() → (Rebuild, bool)
inherited
stopObserving() → void
inherited
toString() String
A string representation of this object.
inherited
trackObservables<T>(T callback(Watch watch)) → T
inherited

Operators

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