pathToPubSpec property

String pathToPubSpec

Absolute pathto the project's pubspec.yaml

Implementation

String get pathToPubSpec =>
    _pathToPubSpec ??= join(_pathToProjectRoot, 'pubspec.yaml');