Checks if the string starts with right-to-left (RTL) text, optionally considering HTML markup.
bool startsWithRtl([bool isHtml = false]) => Bidi.startsWithRtl(this, isHtml);