CopyWith$Query$challenge$challenge$media$pictures<TRes> constructor

CopyWith$Query$challenge$challenge$media$pictures<TRes>(
  1. Query$challenge$challenge$media$pictures instance,
  2. TRes then(
    1. Query$challenge$challenge$media$pictures
    )
)

Implementation

factory CopyWith$Query$challenge$challenge$media$pictures(
  Query$challenge$challenge$media$pictures instance,
  TRes Function(Query$challenge$challenge$media$pictures) then,
) = _CopyWithImpl$Query$challenge$challenge$media$pictures;