BackForwardCacheNotRestoredExplanationTree constructor

BackForwardCacheNotRestoredExplanationTree({
  1. required String url,
  2. required List<BackForwardCacheNotRestoredExplanation> explanations,
  3. required List<BackForwardCacheNotRestoredExplanationTree> children,
})

Implementation

BackForwardCacheNotRestoredExplanationTree(
    {required this.url, required this.explanations, required this.children});