LazyLoadDetector class

A class for detecting lazy loading on webpages

Constructors

LazyLoadDetector.new({Logger? logger})
Creates a new LazyLoadDetector

Properties

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

detectLazyLoading(String html) LazyLoadDetectionResult
Detects lazy loading 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