Plan constructor

Plan([
  1. void updates(
    1. PlanBuilder b
    )
])

Implementation

factory Plan([void updates(PlanBuilder b)]) = _$Plan;