wordCount property
int
get
wordCount
Number of unique words in the index.
Implementation
int get wordCount => wordPositions.length;
Number of unique words in the index.
int get wordCount => wordPositions.length;