pathToPubSpecLock property
String
get
pathToPubSpecLock
Absolute pathto the project's pubspec.lock
Implementation
String get pathToPubSpecLock =>
_pathToPubSpec ??= join(_pathToProjectRoot, 'pubspec.lock');