count property

int? count

Count of word encountered thus far.

Implementation

int? get count => _count;