totalEntities property

int get totalEntities

Implementation

int get totalEntities => entityCounts.values.fold(0, (sum, count) => sum + count);