BackForwardCacheNotRestoredExplanation constructor

BackForwardCacheNotRestoredExplanation({
  1. required BackForwardCacheNotRestoredReasonType type,
  2. required BackForwardCacheNotRestoredReason reason,
  3. String? context,
  4. List<BackForwardCacheBlockingDetails>? details,
})

Implementation

BackForwardCacheNotRestoredExplanation({
  required this.type,
  required this.reason,
  this.context,
  this.details,
});