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