Dependency constructor
Dependency({
- required String fromPath,
- required String toPath,
- DependencyType type = DependencyType.importDirective,
Implementation
Dependency({
required this.fromPath,
required this.toPath,
this.type = DependencyType.importDirective,
});