FormatLocale constructor
FormatLocale({})
Constructor
Implementation
factory FormatLocale({
String? decimal,
String? thousands,
List<num>? groupings,
List<String>? currency,
List<String>? numerals,
}) = _FormLocale;