ltr property

String ltr

LTR

Implementation

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