menu
puby package
documentation
pub.dart
SystemCache
cachedPubspecs property
cachedPubspecs property
dark_mode
light_mode
cachedPubspecs
property
Map
<
PackageId
,
Pubspec
>
cachedPubspecs
final
An in-memory cache of pubspecs described by
describe
.
Implementation
final cachedPubspecs = <PackageId, Pubspec>{};
puby package
documentation
pub
SystemCache
cachedPubspecs property
SystemCache class