numberFormat method

NumberFormat numberFormat({
  1. String? locale,
})

Creates a NumberFormat object using the string as the pattern, along with the given locale.

Implementation

NumberFormat numberFormat({String? locale}) => NumberFormat(this, locale);