PaginationDetector class

A class for detecting pagination patterns in webpages

Constructors

PaginationDetector.new({required String baseUrl, Logger? logger})
Creates a new PaginationDetector

Properties

baseUrl String
The base URL of the page
final
hashCode int
The hash code for this object.
no setterinherited
logger Logger?
Logger for logging operations
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

detectPagination(String html) PaginationDetectionResult
Detects pagination in HTML
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited