PreloadingAttemptKey constructor
PreloadingAttemptKey({
- required LoaderId loaderId,
- required SpeculationAction action,
- required String url,
- SpeculationTargetHint? targetHint,
Implementation
PreloadingAttemptKey(
{required this.loaderId,
required this.action,
required this.url,
this.targetHint});