packageSourceOverride property

Map<String, String> packageSourceOverride
final

Map to override the source location for packages, if they are not parsed correctly or present in the pubspec.yaml.

Implementation

final Map<String, String> packageSourceOverride;