PreloadingAttemptSource class
Lists sources for a preloading attempt, specifically the ids of rule sets that had a speculation rule that triggered the attempt, and the BackendNodeIds of or elements that triggered the attempt (in the case of attempts triggered by a document rule). It is possible for multiple rule sets and links to trigger a single attempt.
Constructors
- 
          PreloadingAttemptSource({required PreloadingAttemptKey key, required List<RuleSetId> ruleSetIds, required List<BackendNodeId> nodeIds})
- 
          PreloadingAttemptSource.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- key → PreloadingAttemptKey
- 
  
  final
- 
  nodeIds
  → List<BackendNodeId> 
- 
  
  final
- 
  ruleSetIds
  → List<RuleSetId> 
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited