pluralSeparator property

String? pluralSeparator
final

The separator for plural suffixes, it is inserted between the key and the plural value ("plural" for simple rules, or a numeric index for complex rules with multiple plurals).

Defaults to '_'.

Implementation

final String? pluralSeparator;