loadedChunksCount property
int
get
loadedChunksCount
Number of chunks currently instantiated (debugging helper).
Implementation
int get loadedChunksCount => _loadedChunks.length;
Number of chunks currently instantiated (debugging helper).
int get loadedChunksCount => _loadedChunks.length;