forThisPackage static method

Future<PackageGraph> forThisPackage()

Creates a PackageGraph for the package in which you are currently running.

Implementation

static Future<PackageGraph> forThisPackage() =>
    PackageGraph.forPath(p.current);