BiDi class

Unicode BiDi character ranges and utilities

Constructors

BiDi()

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

Static Methods

isLtrChar(int codeUnit) bool
Check if a code unit is an LTR character (strong)
isNeutral(int codeUnit) bool
Check if a code unit is neutral (numbers, punctuation, spaces)
isRtlChar(int codeUnit) bool
Check if a code unit is an RTL character

Constants

fsi → const int
lre → const int
lri → const int
lrm → const int
lro → const int
pdf → const int
pdi → const int
rle → const int
rli → const int
rlm → const int
rlo → const int