asRomanNumeralToInt property
int
get
asRomanNumeralToInt
Parses this string as a Roman numeral and returns its integer value.
Throws if the string is not a valid Roman numeral.
Implementation
int get asRomanNumeralToInt => romanNumeralToInt(this);