PluralRulesOptions class
Constructors
- PluralRulesOptions({Type type = Type.cardinal, Digits? digits, RoundingMode roundingMode = RoundingMode.halfExpand, int minimumIntegerDigits = 1, TrailingZeroDisplay trailingZeroDisplay = TrailingZeroDisplay.auto, LocaleMatcher localeMatcher = LocaleMatcher.bestfit})
Properties
- digits → Digits?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- localeMatcher → LocaleMatcher
-
final
- minimumIntegerDigits → int
-
final
- roundingMode → RoundingMode
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trailingZeroDisplay → TrailingZeroDisplay
-
final
- type → Type
-
final
Methods
-
copyWith(
{Type? type, Digits? digits, RoundingMode? roundingMode, int? minimumIntegerDigits, TrailingZeroDisplay? trailingZeroDisplay, LocaleMatcher? localeMatcher}) → PluralRulesOptions -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited