RelatedQuery constructor
const
RelatedQuery({
- required String indexName,
- required double threshold,
- int? maxRecommendations,
- RecommendSearchParams? queryParameters,
- required RelatedModel model,
- required String objectID,
- FallbackParams? fallbackParameters,
Returns a new RelatedQuery instance.
Implementation
const RelatedQuery({
required this.indexName,
required this.threshold,
this.maxRecommendations,
this.queryParameters,
required this.model,
required this.objectID,
this.fallbackParameters,
});