current property

RuntimeContext current
latefinal

The current RuntimeContext available to the executing application.

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

Implementation

static late final RuntimeContext current = context.instance;