CompactApostrophusRomanNumeralsConfig class
Compact variant of ApostrophusRomanNumeralsConfig that uses the dedicated Unicode glyphs:
| Value | Glyph |
|---|---|
| 500 | D |
| 1,000 | ↀ |
| 5,000 | ↁ |
| 10,000 | ↂ |
| 50,000 | ↇ |
| 100,000 | ↈ |
Maximum representable value: 399,999.
- Inheritance
-
- Object
- RomanNumeralsConfig
- ApostrophusRomanNumeralsConfig
- CompactApostrophusRomanNumeralsConfig
Constructors
- CompactApostrophusRomanNumeralsConfig({String? nulla})
-
const
Properties
- compact → bool
-
When
true, use the single-character compact glyphs (ↀↁↂↇↈ) instead of the long apostrophus sequences. See CompactApostrophusRomanNumeralsConfig.finalinherited - 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