packageConfig property

String packageConfig

The --packages flag passed to the executable used to run the script in this isolate.

If present, it specifies a file describing how Dart packages are looked up. Is null if there is no --packages flag.

Implementation

static String get packageConfig =>
    throw UnsupportedError('Not supported in Node.');