PluralFormIssue constructor
const
PluralFormIssue({})
Implementation
const PluralFormIssue({
required this.key,
required this.message,
this.missingPluralForms = false,
this.availableForms,
});
const PluralFormIssue({
required this.key,
required this.message,
this.missingPluralForms = false,
this.availableForms,
});