allocatedCount property
int
get
allocatedCount
Get count of currently allocated pointers
Implementation
int get allocatedCount => _allocatedPointers.length;
Get count of currently allocated pointers
int get allocatedCount => _allocatedPointers.length;