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

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

Implementation

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