CopyWith$Input$GeneratePlanFromSimulateInput<TRes> constructor

CopyWith$Input$GeneratePlanFromSimulateInput<TRes>(
  1. Input$GeneratePlanFromSimulateInput instance,
  2. TRes then(
    1. Input$GeneratePlanFromSimulateInput
    )
)

Implementation

factory CopyWith$Input$GeneratePlanFromSimulateInput(
  Input$GeneratePlanFromSimulateInput instance,
  TRes Function(Input$GeneratePlanFromSimulateInput) then,
) = _CopyWithImpl$Input$GeneratePlanFromSimulateInput;