PreloadingAttemptSource constructor
PreloadingAttemptSource({
- required PreloadingAttemptKey key,
- required List<
RuleSetId> ruleSetIds, - required List<
BackendNodeId> nodeIds,
Implementation
PreloadingAttemptSource({
required this.key,
required this.ruleSetIds,
required this.nodeIds,
});