isEnglish property

bool isEnglish

Check if the string is english

Implementation

bool get isEnglish => englishRegExp.hasMatch(this);