levelRtl static method

int levelRtl()

Get a basic RTL Level value

See the Rust documentation for rtl for more information.

Implementation

static int levelRtl() {
  final result = _icu4x_Bidi_level_rtl_mv1();
  return result;
}