RomanNumeralsConfig constructor
const
RomanNumeralsConfig({
- RomanNumeralsType configType = RomanNumeralsType.common,
- String? nulla,
Implementation
const RomanNumeralsConfig(
{this.configType = RomanNumeralsType.common, this.nulla});