CopyWith$Input$GroupSubGroupAddInput<TRes> constructor

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

Implementation

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