cachedPubspecs property

Map<PackageId, Pubspec> cachedPubspecs
final

An in-memory cache of pubspecs described by describe.

Implementation

final cachedPubspecs = <PackageId, Pubspec>{};