DependencyGraph constructor
DependencyGraph(
- List<
PreloadTask> tasks
Implementation
DependencyGraph(this.tasks) : _taskMap = {for (final t in tasks) t.id: t};
DependencyGraph(this.tasks) : _taskMap = {for (final t in tasks) t.id: t};