Dependency constructor
Creates a Dependency instance with the given name
and isUsed
status.
Implementation
Dependency({required this.name, required this.isUsed});
Creates a Dependency instance with the given name
and isUsed
status.
Dependency({required this.name, required this.isUsed});