BackForwardCacheNotRestoredExplanation constructor
BackForwardCacheNotRestoredExplanation({
- required BackForwardCacheNotRestoredReasonType type,
- required BackForwardCacheNotRestoredReason reason,
- String? context,
- List<
BackForwardCacheBlockingDetails> ? details,
Implementation
BackForwardCacheNotRestoredExplanation({
required this.type,
required this.reason,
this.context,
this.details,
});