BuildPlan constructor
BuildPlan({})
Creates a new BuildPlan with the specified rebuild and cache nodes.
Implementation
BuildPlan({
required this.nodesToRebuild,
required this.nodesFromCache,
required this.invalidationReasons,
required this.planHash,
});