current property Null safety

RuntimeContext current
final

The current RuntimeContext available to the executing application.

Is either a MirrorContext or a GeneratedContext, depending on the execution type.

Implementation

static final RuntimeContext current = context.instance;