PlanGeneration constructor

PlanGeneration([
  1. void updates(
    1. PlanGenerationBuilder b
    )?
])

Implementation

factory PlanGeneration([void Function(PlanGenerationBuilder b)? updates]) =
    _$PlanGeneration;