LanguagePackStringValuePluralized constructor
LanguagePackStringValuePluralized({})
Implementation
LanguagePackStringValuePluralized({
required this.zeroValue,
required this.oneValue,
required this.twoValue,
required this.fewValue,
required this.manyValue,
required this.otherValue,
});