latestContext property

InteractiveContext latestContext

The youngest context that handles all interactions.

This is the same as repeatedly accessing delegate until it returns null.

Implementation

InteractiveContext get latestContext;