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