current property Null safety
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;