GamesNumberAffixConfiguration constructor
GamesNumberAffixConfiguration({
- LocalizedStringBundle? few,
- LocalizedStringBundle? many,
- LocalizedStringBundle? one,
- LocalizedStringBundle? other,
- LocalizedStringBundle? two,
- LocalizedStringBundle? zero,
Implementation
GamesNumberAffixConfiguration({
this.few,
this.many,
this.one,
this.other,
this.two,
this.zero,
});