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

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'). When null, 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