Unicode class Null safety
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.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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
'\u061C'
- FSI → const String
-
U+2068 FIRST STRONG ISOLATE
'\u2068'
- LRE → const String
-
U+202A LEFT-TO-RIGHT EMBEDDING
'\u202A'
- LRI → const String
-
U+2066 LEFT-TO-RIGHT ISOLATE
'\u2066'
- LRM → const String
-
U+200E LEFT-TO-RIGHT MARK
'\u200E'
- LRO → const String
-
U+202A LEFT-TO-RIGHT OVERRIDE
'\u202D'
- PDF → const String
-
U+202C POP DIRECTIONAL FORMATTING
'\u202C'
- PDI → const String
-
U+2069 POP DIRECTIONAL ISOLATE
'\u2069'
- RLE → const String
-
U+202B RIGHT-TO-LEFT EMBEDDING
'\u202B'
- RLI → const String
-
U+2067 RIGHT-TO-LEFT ISOLATE
'\u2067'
- RLM → const String
-
U+200F RIGHT-TO-LEFT MARK
'\u200F'
- RLO → const String
-
U+202B RIGHT-TO-LEFT OVERRIDE
'\u202E'