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

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

Implementation

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