current property

ComputedTracker? get current

Implementation

static ComputedTracker? get current =>
  _stack.isNotEmpty ? _stack.last : null;