PaginationMeta constructor
PaginationMeta({})
Implementation
PaginationMeta({
required this.currentPage,
required this.from,
required this.lastPage,
required this.path,
required this.perPage,
required this.to,
required this.total,
});