RomanNumeralsConfig constructor

const RomanNumeralsConfig({
  1. RomanNumeralsType configType = RomanNumeralsType.common,
  2. String? nulla,
})

Implementation

const RomanNumeralsConfig(
    {this.configType = RomanNumeralsType.common, this.nulla});