bundledCount property

int get bundledCount

Get count of bundled maps.

Implementation

int get bundledCount {
  return _cache.where((m) => m.isBundled).length;
}