BoughtTogetherQuery constructor
const
BoughtTogetherQuery({})
Returns a new BoughtTogetherQuery instance.
Implementation
const BoughtTogetherQuery({
required this.indexName,
required this.threshold,
this.maxRecommendations,
this.queryParameters,
required this.model,
required this.objectID,
});