PluralForm constructor
PluralForm({})
Implementation
PluralForm({
required this.one,
required this.other,
required this.value,
this.zero,
this.two,
this.few,
this.many,
this.locale,
});
PluralForm({
required this.one,
required this.other,
required this.value,
this.zero,
this.two,
this.few,
this.many,
this.locale,
});