lockFilePath property

String lockFilePath

The path to the entrypoint workspace's lockfile.

Implementation

String get lockFilePath =>
    p.normalize(p.join(workspaceRoot.dir, 'pubspec.lock'));