pathToPubSpecLock property

String pathToPubSpecLock

Absolute pathto the project's pubspec.lock

Implementation

String get pathToPubSpecLock =>
    _pathToPubSpec ??= join(_pathToProjectRoot, 'pubspec.lock');