objectCount property
int
get
objectCount
Get total number of objects in the index
Implementation
int get objectCount => _objects.length;
Get total number of objects in the index
int get objectCount => _objects.length;