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