pathToDartLang property Null safety

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