PluralFormIssue class

Issue with plural form definition.

Constructors

PluralFormIssue({required String key, required String message, bool missingPluralForms = false, Set<String>? availableForms})
const

Properties

availableForms Set<String>?
Available plural forms in JSON (if any).
final
hashCode int
The hash code for this object.
no setterinherited
key String
Key with the issue.
final
message String
Description of the issue.
final
missingPluralForms bool
Whether the key is used as plural in code but not defined as plural in JSON.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited