VisualSearchResponseResponse constructor
Returns a new VisualSearchResponseResponse instance.
Implementation
VisualSearchResponseResponse({
this.numFound,
this.start,
this.docs = const [],
});
Returns a new VisualSearchResponseResponse instance.
VisualSearchResponseResponse({
this.numFound,
this.start,
this.docs = const [],
});