endsWithDouble property
bool
get
endsWithDouble
Returns true if the String ends with any of Porter2StemmerConstants.rDoubles.
Implementation
bool get endsWithDouble =>
RegExp(Porter2StemmerConstants.rDoubleEnd).allMatches(this).isNotEmpty;