BackForwardCacheNotRestoredExplanation constructor

BackForwardCacheNotRestoredExplanation({
  1. required BackForwardCacheNotRestoredReasonType type,
  2. required BackForwardCacheNotRestoredReason reason,
  3. String? context,
})

Implementation

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