isLTR property

bool isLTR

return true if this language is written from Left-to-Right

Implementation

bool get isLTR => !_rtlLocales.contains(languageCode.toLowerCase());