ILibNumFmtOptions constructor
ILibNumFmtOptions({})
Implementation
ILibNumFmtOptions({
this.locale,
this.type,
this.currency,
this.maxFractionDigits,
this.minFractionDigits,
this.significantDigits,
this.style,
this.roundingMode,
this.useNative,
});