detectedFromStaticContext property

bool detectedFromStaticContext
final

Whether this extension was detected from a static context.

A true value means that this extension was detected as a "static" extension. A "static extension is one that was detected from a dependency in the user's project roots, as defined by the Dart Tooling Daemon.

A false value means that this extension was detected as a "runtime" extension. A "runtime" extension is one that was detected from one of the running app's dependencies.

This value will NOT be defined by the extension's 'config.yaml' file; it is derived on the DevTools server as part of the extension detection mechanism.

Implementation

final bool detectedFromStaticContext;