bundledCount property
int
get
bundledCount
Get count of bundled maps.
Implementation
int get bundledCount {
return _cache.where((m) => m.isBundled).length;
}
Get count of bundled maps.
int get bundledCount {
return _cache.where((m) => m.isBundled).length;
}