wordCount method

  1. @override
int wordCount()
override

The number of words in the sourceText.

Implementation

@override
int wordCount() => terms.length;