ZuOptions constructor
const
ZuOptions({
- bool includeAD = false,
- String negativePrefix = "okubi",
- CurrencyInfo currencyInfo = CurrencyInfo.zarZu,
- bool currency = false,
- Format? format,
- DecimalSeparator? decimalSeparator = DecimalSeparator.period,
- bool round = false,
Creates Zulu-specific options.
Implementation
const ZuOptions({
this.includeAD = false,
this.negativePrefix = "okubi", // Using native term as default
this.currencyInfo = CurrencyInfo.zarZu,
super.currency = false,
super.format, // Inherited: special format context (e.g., Format.year)
super.decimalSeparator = DecimalSeparator
.period, // Default word: "iphoyinti" or "ukhefana" for comma
super.round = false, // Inherited: round the number
});