CopyWith$Input$PerformerMergeInput<TRes> constructor

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

Implementation

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