ObservableTracker class

Optimized ObservableTracker with better memory management A class that represents the ObservableTracker functionality.

Properties

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

Methods

disposeObserver(VoidCallback observer) → void
disposeObserver method.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runWithObserver(VoidCallback observer, VoidCallback fn) → void
runWithObserver method.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance ObservableTracker
Stores the ObservableTracker.
final