Pagination<T> constructor
const
Pagination<T> ({})
Implementation
const Pagination({
required this.data,
required this.total,
required this.currentPage,
required this.perPage,
required this.lastPage,
required this.from,
required this.to,
});