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

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

Implementation

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