isMixed property

bool get isMixed

Returns true if this rope contains both RTL and LTR characters

Implementation

bool get isMixed => textDirection == TextDirection.mixed;