BackForwardCacheNotRestoredExplanationTree constructor
BackForwardCacheNotRestoredExplanationTree({
- required String url,
- required List<
BackForwardCacheNotRestoredExplanation> explanations, - required List<
BackForwardCacheNotRestoredExplanationTree> children,
Implementation
BackForwardCacheNotRestoredExplanationTree({
required this.url,
required this.explanations,
required this.children,
});