BackendExpectations constructor
const
BackendExpectations({
- bool localeAwarePlurals = true,
- bool operandAwarePlurals = true,
- bool signDisplay = true,
- bool roundingMode = true,
- bool roundingIncrement = true,
- bool trailingZeroDisplay = true,
- bool numberingSystem = true,
- bool groupingStrategies = true,
- bool compactNotation = true,
- bool scientificNotation = false,
- bool accountingCurrencySign = false,
- bool hourCycle = true,
- bool calendar = true,
- bool timeZone = true,
- bool ecmaDefaultDigits = true,
- bool recordsUnsupportedOptionErrors = false,
Declares one backend's honest capability set; every flag defaults to the capable side so a new check is opt-out.
Implementation
const BackendExpectations({
this.localeAwarePlurals = true,
this.operandAwarePlurals = true,
this.signDisplay = true,
this.roundingMode = true,
this.roundingIncrement = true,
this.trailingZeroDisplay = true,
this.numberingSystem = true,
this.groupingStrategies = true,
this.compactNotation = true,
this.scientificNotation = false,
this.accountingCurrencySign = false,
this.hourCycle = true,
this.calendar = true,
this.timeZone = true,
this.ecmaDefaultDigits = true,
this.recordsUnsupportedOptionErrors = false,
});