numberFormat method
Creates a NumberFormat object using the string as the pattern, along with the given locale.
Implementation
NumberFormat numberFormat({String? locale}) => NumberFormat(this, locale);
Creates a NumberFormat object using the string as the pattern, along with the given locale.
NumberFormat numberFormat({String? locale}) => NumberFormat(this, locale);