LazyLoadResult class

Result of lazy loading handling

Constructors

LazyLoadResult.new({required String html, required bool lazyLoadingDetected, LazyLoadType? lazyLoadType, required int scrollCount, required int clickCount, required int totalTimeMs})
Creates a new LazyLoadResult
LazyLoadResult.original(String html)
Creates a LazyLoadResult with the original HTML
factory

Properties

clickCount int
The number of click operations performed
final
hashCode int
The hash code for this object.
no setterinherited
html String
The HTML content after lazy loading
final
lazyLoadingDetected bool
Whether lazy loading was detected
final
lazyLoadType LazyLoadType?
The type of lazy loading that was detected
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollCount int
The number of scroll operations performed
final
totalTimeMs int
The total time spent in milliseconds
final

Methods

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