DependencyResolutionResult constructor
DependencyResolutionResult({})
Implementation
DependencyResolutionResult({
required this.success,
this.resolvedOrder = const [],
this.errors = const [],
this.warnings = const [],
});