LanguagePackStringValuePluralized constructor

LanguagePackStringValuePluralized(
  1. {required String zero_value,
  2. required String one_value,
  3. required String two_value,
  4. required String few_value,
  5. required String many_value,
  6. required String other_value,
  7. int? extra,
  8. int? clientId}
)

A language pack string which has different forms based on the number of some object it mentions. See https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html for more information

Implementation

LanguagePackStringValuePluralized