Flutter
intl
NumberFormat
locale property
locale
locale
property
Null safety
String
locale
Return the locale code in which we operate, e.g. 'en_US' or 'pt'.
Implementation
String get locale => _locale;
Flutter
intl
NumberFormat
locale property
NumberFormat class
Constructors
NumberFormat
compact
compactCurrency
compactLong
compactSimpleCurrency
currency
currencyPattern
decimalPattern
decimalPercentPattern
percentPattern
scientificPattern
simpleCurrency
Properties
currencyName
currencySymbol
decimalDigits
hashCode
locale
localeZero
maximumFractionDigits
maximumIntegerDigits
minimumExponentDigits
minimumFractionDigits
minimumIntegerDigits
multiplier
negativePrefix
negativeSuffix
positivePrefix
positiveSuffix
runtimeType
significantDigits
significantDigitsInUse
symbols
Methods
format
noSuchMethod
parse
simpleCurrencySymbol
toString
turnOffGrouping
Operators
operator ==
Static methods
localeExists
numberOfIntegerDigits