CopyWith$Query$challenge$challenge$donation$donation$target$manufacturer<TRes> constructor

CopyWith$Query$challenge$challenge$donation$donation$target$manufacturer<TRes>(
  1. Query$challenge$challenge$donation$donation$target$manufacturer instance,
  2. TRes then(
    1. Query$challenge$challenge$donation$donation$target$manufacturer
    )
)

Implementation

factory CopyWith$Query$challenge$challenge$donation$donation$target$manufacturer(
  Query$challenge$challenge$donation$donation$target$manufacturer instance,
  TRes Function(
          Query$challenge$challenge$donation$donation$target$manufacturer)
      then,
) = _CopyWithImpl$Query$challenge$challenge$donation$donation$target$manufacturer;