syllableCounter property

  1. @override
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;