allocatedCount property
int
get
allocatedCount
The total number of allocated handles.
Implementation
int get allocatedCount => _nextHandle;
The total number of allocated handles.
int get allocatedCount => _nextHandle;