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
-
U+061C ARABIC LETTER MARK
- FSI → const String
-
U+2068 FIRST STRONG ISOLATE
- LRE → const String
-
U+202A LEFT-TO-RIGHT EMBEDDING
- LRI → const String
-
U+2066 LEFT-TO-RIGHT ISOLATE
- LRM → const String
-
U+200E LEFT-TO-RIGHT MARK
- LRO → const String
-
U+202A LEFT-TO-RIGHT OVERRIDE
- PDF → const String
-
U+202C POP DIRECTIONAL FORMATTING
- PDI → const String
-
U+2069 POP DIRECTIONAL ISOLATE
- RLE → const String
-
U+202B RIGHT-TO-LEFT EMBEDDING
- RLI → const String
-
U+2067 RIGHT-TO-LEFT ISOLATE
- RLM → const String
-
U+200F RIGHT-TO-LEFT MARK
- RLO → const String
-
U+202B RIGHT-TO-LEFT OVERRIDE