PreloadingAttemptKey constructor

PreloadingAttemptKey({
  1. required LoaderId loaderId,
  2. required SpeculationAction action,
  3. required String url,
  4. SpeculationTargetHint? targetHint,
})

Implementation

PreloadingAttemptKey(
    {required this.loaderId,
    required this.action,
    required this.url,
    this.targetHint});