Constants for useful Unicode characters.
Currently, these characters are all related to bidirectional text.
See also:
- unicode.org/reports/tr9/, which describes the Unicode bidirectional text algorithm.
Properties
- hashCode → int
-
The hash code for this object.
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
- ALM → const String
-
The
U+061C ARABIC LETTER MARKcharacter. - FSI → const String
-
The
U+2068 FIRST STRONG ISOLATEcharacter. - LRE → const String
-
The
U+202A LEFT-TO-RIGHT EMBEDDINGcharacter. - LRI → const String
-
The
U+2066 LEFT-TO-RIGHT ISOLATEcharacter. - LRM → const String
-
The
U+200E LEFT-TO-RIGHT MARKcharacter. - LRO → const String
-
The
U+202D LEFT-TO-RIGHT OVERRIDEcharacter. - PDF → const String
-
The
U+202C POP DIRECTIONAL FORMATTINGcharacter. - PDI → const String
-
The
U+2069 POP DIRECTIONAL ISOLATEcharacter. - RLE → const String
-
The
U+202B RIGHT-TO-LEFT EMBEDDINGcharacter. - RLI → const String
-
The
U+2067 RIGHT-TO-LEFT ISOLATEcharacter. - RLM → const String
-
The
U+200F RIGHT-TO-LEFT MARKcharacter. - RLO → const String
-
The
U+202E RIGHT-TO-LEFT OVERRIDEcharacter.