VinculumRomanNumeralsConfig constructor

const VinculumRomanNumeralsConfig({
  1. String? nulla,
})

Implementation

const VinculumRomanNumeralsConfig({String? nulla})
    : super(configType: RomanNumeralsType.vinculum, nulla: nulla);