ApostrophusRomanNumeralsConfig constructor

const ApostrophusRomanNumeralsConfig({
  1. bool compact = false,
  2. String? nulla,
})

Implementation

const ApostrophusRomanNumeralsConfig({this.compact = false, String? nulla})
    : super(configType: RomanNumeralsType.apostrophus, nulla: nulla);