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