pathToPubSpec property

String pathToPubSpec

Returns the pat to the project's pubspec.yaml

Implementation

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