pathToDartLang property Null safety
Path to the PubCache's hosted/pub.dartlang.org directory where all of the downloaded packages from pub.dev live.
Implementation
String get pathToDartLang =>
join(_pubCachePath, 'hosted', 'pub.dartlang.org');
Path to the PubCache's hosted/pub.dartlang.org directory where all of the downloaded packages from pub.dev live.
String get pathToDartLang =>
join(_pubCachePath, 'hosted', 'pub.dartlang.org');