pathToHosted property Null safety

String pathToHosted

Path to the pub cache hosted directory hosted/pub.dartlang.org

Implementation

String get pathToHosted =>
    truepath(_pubCachePath, 'hosted', 'pub.dartlang.org');