isEnglish property

bool isEnglish

Check if the language is English

Implementation

bool get isEnglish => languageCode.toLowerCase() == 'en';