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

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

Implementation

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