PaginatedResult<T> constructor
PaginatedResult<T> ({})
Implementation
PaginatedResult({
required this.items,
required this.total,
required this.page,
required this.perPage,
required this.lastPage,
});