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