CharacterType enum

Types of BiDi characters (Table 4 in the Unicode BiDi algorithm).

Inheritance

Constructors

CharacterType()
const

Values

ltr → const CharacterType

Left-to-Right

lre → const CharacterType

Left-to-Right Embedding

lro → const CharacterType

Left-to-Right Override

lri → const CharacterType

Left-to-Right Isolate

rtl → const CharacterType

Right-to-Left

al → const CharacterType

Persian Letter

rle → const CharacterType

Right-to-Left Embedding

rlo → const CharacterType

Right-to-Left Override

rli → const CharacterType

Right-to-Left Isolate

fsi → const CharacterType

First Strong Isolate

pdf → const CharacterType

Pop Directional Format

pdi → const CharacterType

Pop Directional Isolate

en → const CharacterType

European Number

es → const CharacterType

European Number Separator

et → const CharacterType

European Number Terminator

an → const CharacterType

Persian Number

commonNumberSeparator → const CharacterType

Common Number Separator

nonspacingMark → const CharacterType

Nonspacing Mark (MN).

bn → const CharacterType

Boundary Neutral

separator → const CharacterType

Paragraph Separator (B).

segmentSeparator → const CharacterType

Segment Separator (s).

whitespace → const CharacterType

Whitespace (WS).

otherNeutrals → const CharacterType

Other Neutrals (ON).

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<CharacterType>
A constant List of the values in this enum, in order of their declaration.