NumberingSystem enum

Inheritance
Available extensions

Values

arabic → const NumberingSystem

Arabic-Indic digits.

extendedarabicindic → const NumberingSystem

Extended Arabic-Indic digits.

balinese → const NumberingSystem

Balinese digits.

bangla → const NumberingSystem

Bengali digits.

devanagari → const NumberingSystem

Devanagari digits.

fullwidth → const NumberingSystem

Full-width digits.

Full-width digits (like 0123456789) are characters that occupy the full square space of East Asian characters, unlike standard half-width digits (0-9) that take half the space, designed for compatibility in systems handling both narrow Latin and wide CJK (Chinese, Japanese, Korean) text, often used in forms or Japanese contexts for uniform alignment.

gujarati → const NumberingSystem

Gujarati digits.

gurmukhi → const NumberingSystem

Gurmukhi digits.

hanjadecimal → const NumberingSystem

Hanja decimal digits.

khmer → const NumberingSystem

Khmer digits.

kannada → const NumberingSystem

Kannada digits.

lao → const NumberingSystem

Lao digits.

latin → const NumberingSystem

Latin digits.

limbu → const NumberingSystem

Limbu digits.

malayalam → const NumberingSystem

Malayalam digits.

mongolian → const NumberingSystem

Mongolian digits.

myanmar → const NumberingSystem

Myanmar digits.

odia → const NumberingSystem

Oriya digits.

tamildecimal → const NumberingSystem

Tamil decimal digits.

telugu → const NumberingSystem

Telugu digits.

thai → const NumberingSystem

Thai digits.

tibetan → const NumberingSystem

Tibetan digits.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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

Constants

values → const List<NumberingSystem>
A constant List of the values in this enum, in order of their declaration.