ApostrophusRomanNumeralsConfig class
Use ApostrophusRomanNumeralsConfig to use special symbols from the Roman era for 500, 1,000; 5,000; 10,000; 50,000; 100,000, and 1,000,000 - these are ⅠↃ, ⅭⅠↃ, ⅠↃↃ, ⅭⅭⅠↃↃ, ⅠↃↃↃ, ⅭⅭⅭⅠↃↃↃ, CCCCIↃↃↃↃ. Maximum value: 3,999,999.
Note: we do not use Unicode Ⅽ/216D (which matches Ↄ - 2183 better) or Ⅰ/2160, as they are too similar to C and I, and can cause confusion.
- Inheritance
-
- Object
- RomanNumeralsConfig
- ApostrophusRomanNumeralsConfig
- Implementers
Constructors
- ApostrophusRomanNumeralsConfig({bool compact = false, String? nulla})
-
const
Properties
- compact → bool
-
final
- configType → RomanNumeralsType
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- nulla → String?
-
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