PluralMessage constructor
PluralMessage({})
Implementation
PluralMessage({
this.numberCases = const {},
this.wordCases = const {},
this.few,
this.many,
required this.other,
required this.argIndex,
String? id,
}) : super(id);