packageConfig property

String packageConfig
final

The --packages flag passed to the executable used to run the script in this isolate (see Platform.packageConfig)

Implementation

final String packageConfig = kIsWeb ? '' : Platform.packageConfig ?? '';