getPackageRefs method

List<PackageRef> getPackageRefs()

Get all the packages and their versions that have been installed into the cache.

Implementation

List<PackageRef> getPackageRefs() => _packageRefs;