EntityStatsSnapshot constructor
const
EntityStatsSnapshot({})
Implementation
const EntityStatsSnapshot({
required this.totalCreated,
required this.totalDestroyed,
required this.activeCount,
required this.recycledCount,
required this.peakCount,
required this.creationQueueSize,
required this.deletionQueueSize,
});