RxTracking class
Internal tracking system for Rx values This allows Obx widgets to track which Rx values are used in their build methods
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
-
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
Static Methods
-
clearTracker(
) → void - Clear the tracker, called by Obx after building
-
setTracker(
void trackFunc(ValueNotifier)) → void - Set the current tracker, called by Obx before building
-
setTrackerWithoutRebuild(
void trackFunc(ValueNotifier)) → void - Set a tracker that doesn't log tracking events
-
track(
ValueNotifier value) → void - Track an Rx value, called by the Rx.call() operator