CommonRomanNumeralsConfig class
Common (modern) MDCLXVI style — the form most readers recognise from clock faces, copyright dates, and chapter numbers.
Maximum representable value: 3,999 / MMMCMXCIX.
This is the default configuration if RomanNumerals.romanNumeralsConfig has not been overridden.
- Inheritance
-
- Object
- RomanNumeralsConfig
- CommonRomanNumeralsConfig
Constructors
- CommonRomanNumeralsConfig({String? nulla})
-
const
Properties
- configType → RomanNumeralsType
-
Which numeral style this config selects.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- nulla → String?
-
Optional zero-token (e.g.
'N'). Whennull, zero is unsupported.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited