CopyWith$Input$ScrapeSinglePerformerInput<TRes> constructor

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

Implementation

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