PaginatedResponse<T> constructor
PaginatedResponse<T> ({})
Implementation
PaginatedResponse({
required this.content,
required this.totalElements,
required this.page,
required this.totalPages,
});