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