packageConfig property Null safety

Future<Uri?> packageConfig

The location of the package configuration of the current isolate, if any.

If the isolate has not been setup for package resolution, this location is null, otherwise it is a URI referencing the package config file.

Implementation

external static Future<Uri?> get packageConfig;