LazyLoadDetectionResult constructor
LazyLoadDetectionResult({})
Creates a new LazyLoadDetectionResult
Implementation
LazyLoadDetectionResult({
required this.type,
this.lazyElements = const [],
this.triggerElements = const [],
this.requiresJavaScript = false,
this.requiresScrolling = false,
this.requiresInteraction = false,
});