convertToPlural function

String convertToPlural(
  1. String word
)

Implementation

String convertToPlural(String word) => PLURAL.convert(word);