CopyWith$Input$ScrapeSingleGroupInput<TRes> constructor

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

Implementation

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