MorphPlan constructor

const MorphPlan(
  1. List<PlanItem> items,
  2. int n
)

Implementation

const MorphPlan(this.items, this.n);