PreloadingAttemptSourcesUpdatedEvent constructor
PreloadingAttemptSourcesUpdatedEvent({
- required LoaderId loaderId,
- required List<
PreloadingAttemptSource> preloadingAttemptSources,
Implementation
PreloadingAttemptSourcesUpdatedEvent(
{required this.loaderId, required this.preloadingAttemptSources});