pluralizeVerb function

String pluralizeVerb(
  1. String word
)

Implementation

String pluralizeVerb(String word) => PLURALVERB.convert(word);