RomanNumeralsInt extension

on

Methods

isValidRomanNumeralValue({RomanNumeralsConfig? config}) bool
Confirms or disconfirms a valid Roman numeral value. This may change for the same int depending on the RomanNumeralsConfig.
toRomanNumeralString({RomanNumeralsConfig? config}) String?
Create Roman numeral String from this int. Rules for creation are read from the optional config.