syllableCounter property Null safety

SyllableCounter syllableCounter
override

Returns the number of syllables in a string after stripping out all white-space and punctuation.

Implementation

@override
SyllableCounter get syllableCounter => _countSyllables;