isArabic property

bool isArabic

Check if the language is Arabic

Implementation

bool get isArabic => languageCode.toLowerCase() == 'ar';