PreloadingAttemptSourcesUpdatedEvent constructor

PreloadingAttemptSourcesUpdatedEvent({
  1. required LoaderId loaderId,
  2. required List<PreloadingAttemptSource> preloadingAttemptSources,
})

Implementation

PreloadingAttemptSourcesUpdatedEvent(
    {required this.loaderId, required this.preloadingAttemptSources});