GetProductsSearchResponse constructor
const
GetProductsSearchResponse({})
SearchResult
Implementation
const GetProductsSearchResponse({
required this.data,
required this.hasMore,
this.nextPage,
this.totalCount,
required this.url,
});