currentTrackingNode property

ReactiveNode? get currentTrackingNode

Implementation

static ReactiveNode? get currentTrackingNode {
  if (_stack.isEmpty) return null;
  return _stack.last;
}