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