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

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

Implementation

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