Normalization class

Contains a set of functions for bidi text normalization (decomposition and composition).

Constructors

Normalization.decompose(List<int> characters)
Calculates the internal decomposition of the input text.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
hasNonspacingMark bool
Has Nonspacing Mark.
final
hasPersian bool
Has Persian Characters.
final
lengths List<int>
Lengths.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text List<int>
Target.
final

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