count property

int? count

Count of substring encountered thus far.

Implementation

int? get count => _count;