DependencyResolution class

The outcome of a successful resolution: the chosen versions per package and an installOrder with dependencies ahead of the packages that need them.

Constructors

DependencyResolution(Map<String, String> versions, List<String> installOrder)
Creates a resolution result. Audited: 2026-06-12 11:26 EDT
const

Properties

hashCode int
The hash code for this object.
no setterinherited
installOrder List<String>
Package names ordered so every dependency precedes its dependents.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versions Map<String, String>
Resolved package name → chosen version.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited