rtl property

String rtl

RTL

Implementation

String get rtl {
  return Intl.message(
    'RTL',
    name: 'rtl',
    desc: '',
    args: [],
  );
}