NumberFormat constructor
NumberFormat([
- Object? locales,
- NumberFormatOptions? options
Implementation
factory NumberFormat([
_i2.Object? locales,
_i3.NumberFormatOptions? options,
]) =>
_i5.callConstructor(
_declaredNumberFormat,
[
locales ?? _i4.undefined,
options ?? _i4.undefined,
],
);