NumberFormatInfo constructor

NumberFormatInfo(
  1. String locale
)

Create an instances of Number Format class.

Implementation

NumberFormatInfo(String locale) {
  _locale = locale;
}