plural method

String plural(
  1. int value
)

Implementation

String plural(int value) => localizePlural(value, this, translations);