pathToDartLang property

String get pathToDartLang

Path to the PubCache's hosted/pub.flutter-io.cn directory where all of the downloaded packages from pub.flutter-io.cn live.

Implementation

String get pathToDartLang => join(_pubCachePath, 'hosted', 'pub.flutter-io.cn');