BidiString class

Bidi String.

Constructors

BidiString.fromLogical(String text)
Implementation of the BIDI algorithm, as described in http://www.unicode.org/reports/tr9/tr9-17.html text is the original logical-ordered string. Returns the visual representation of the string.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
paragraphs List<Paragraph>
Paragraphs.
final
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