Checks if the string contains any right-to-left (RTL) characters, optionally considering HTML markup.
bool hasAnyRtl([bool isHtml = false]) => Bidi.hasAnyRtl(this, isHtml);