FormatLocale class abstract

Sets the default locale definition for number formatting. See the d3-format locale collection for definition files for a variety of languages. Note that this is a global setting.

Annotations
  • @freezed

Constructors

FormatLocale.new({String? decimal, String? thousands, List<num>? groupings, List<String>? currency, List<String>? numerals})
Constructor
factory
FormatLocale.fromJson(Map<String, dynamic> json)
build this object from a Json map
factory

Properties

copyWith → $FormatLocaleCopyWith<FormatLocale>
no setterinherited
currency List<String>?
no setterinherited
decimal String?
no setterinherited
groupings List<num>?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
numerals List<String>?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thousands String?
no setterinherited

Methods

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

Operators

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