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