isEng property

bool get isEng

Checks if this NaturalLanguage instance is English.

Implementation

bool get isEng => this == const LangEng();