GamesNumberAffixConfiguration class
A number affix resource.
Constructors
- GamesNumberAffixConfiguration({LocalizedStringBundle? few, LocalizedStringBundle? many, LocalizedStringBundle? one, LocalizedStringBundle? other, LocalizedStringBundle? two, LocalizedStringBundle? zero})
- GamesNumberAffixConfiguration.fromJson(Map json_)
Properties
- few ↔ LocalizedStringBundle?
-
When the language requires special treatment of "small" numbers (as with
2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14
in Polish).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- many ↔ LocalizedStringBundle?
-
When the language requires special treatment of "large" numbers (as with
numbers ending 11-99 in Maltese).
getter/setter pair
- one ↔ LocalizedStringBundle?
-
When the language requires special treatment of numbers like one (as with
the number 1 in English and most other languages; in Russian, any number
ending in 1 but not ending in 11 is in this class).
getter/setter pair
- other ↔ LocalizedStringBundle?
-
When the language does not require special treatment of the given quantity
(as with all numbers in Chinese, or 42 in English).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- two ↔ LocalizedStringBundle?
-
When the language requires special treatment of numbers like two (as with
2 in Welsh, or 102 in Slovenian).
getter/setter pair
- zero ↔ LocalizedStringBundle?
-
When the language requires special treatment of the number 0 (as in
Arabic).
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited