GamesNumberFormatConfiguration class
A number format resource.
Constructors
- GamesNumberFormatConfiguration({String? currencyCode, int? numDecimalPlaces, String? numberFormatType, GamesNumberAffixConfiguration? suffix})
- GamesNumberFormatConfiguration.fromJson(Map json_)
Properties
- currencyCode ↔ String?
-
The curreny code string.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- numberFormatType ↔ String?
-
The formatting for the number.
Possible string values are:
getter/setter pair
- numDecimalPlaces ↔ int?
-
The number of decimal places for number.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- suffix ↔ GamesNumberAffixConfiguration?
-
An optional suffix for the NUMERIC format type.
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