BackForwardCacheNotUsedEvent constructor

BackForwardCacheNotUsedEvent({
  1. required LoaderId loaderId,
  2. required FrameId frameId,
  3. required List<BackForwardCacheNotRestoredExplanation> notRestoredExplanations,
  4. BackForwardCacheNotRestoredExplanationTree? notRestoredExplanationsTree,
})

Implementation

BackForwardCacheNotUsedEvent({
  required this.loaderId,
  required this.frameId,
  required this.notRestoredExplanations,
  this.notRestoredExplanationsTree,
});