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

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

Implementation

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