current property

Context get current

The active context.

The current context is the latest attached context, if one exists. Otherwise, it is the root context.

Implementation

static Context get current => _currentContext();