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