Unicode class abstract final

Constants for useful Unicode characters.

Currently, these characters are all related to bidirectional text.

See also:

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