PaginatedResponse<T> constructor
PaginatedResponse<T> ({})
Implementation
PaginatedResponse({
required this.page,
required this.totalCount,
required this.pageSize,
required this.hasMore,
required this.data,
});