hasLazyLoading property
bool
get
hasLazyLoading
Whether lazy loading was detected
Implementation
bool get hasLazyLoading =>
lazyElements.isNotEmpty ||
triggerElements.isNotEmpty ||
requiresJavaScript ||
requiresScrolling ||
requiresInteraction;