LazyLoadResult constructor
LazyLoadResult({})
Creates a new LazyLoadResult
Implementation
LazyLoadResult({
required this.html,
required this.lazyLoadingDetected,
this.lazyLoadType,
required this.scrollCount,
required this.clickCount,
required this.totalTimeMs,
});