pathToDartLang property

String pathToDartLang

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.dev');