SoiPlan constructor

SoiPlan([
  1. void updates(
    1. SoiPlanBuilder b
    )?
])

Implementation

factory SoiPlan([void Function(SoiPlanBuilder b)? updates]) = _$SoiPlan;