pubspecs property

Map<String, Pubspec> pubspecs
final

A map from package names to the pubspecs for the versions of those packages that were installed.

Implementation

final Map<String, Pubspec> pubspecs;