BackForwardCacheNotUsedEvent constructor
BackForwardCacheNotUsedEvent({
- required LoaderId loaderId,
- required FrameId frameId,
- required List<
BackForwardCacheNotRestoredExplanation> notRestoredExplanations, - BackForwardCacheNotRestoredExplanationTree? notRestoredExplanationsTree,
Implementation
BackForwardCacheNotUsedEvent({
required this.loaderId,
required this.frameId,
required this.notRestoredExplanations,
this.notRestoredExplanationsTree,
});