PaginationDetectionResult constructor
PaginationDetectionResult({})
Creates a new PaginationDetectionResult
Implementation
PaginationDetectionResult({
required this.type,
this.nextPageUrl,
this.prevPageUrl,
this.allPageUrls = const [],
this.currentPage,
this.totalPages,
this.isLastPage = false,
this.paginationElement,
});