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