DependencyResolution constructor

const DependencyResolution(
  1. Map<String, String> versions,
  2. List<String> installOrder
)

Creates a resolution result. Audited: 2026-06-12 11:26 EDT

Implementation

const DependencyResolution(this.versions, this.installOrder);