pluralize function

String pluralize(
  1. String word
)

Implementation

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