isEng property
Checks if this NaturalLanguage instance is English.
Implementation
@Deprecated('Please use == operator or isSameAs() instead.')
bool get isEng => const LangEng().isSameAs(this);
Checks if this NaturalLanguage instance is English.
@Deprecated('Please use == operator or isSameAs() instead.')
bool get isEng => const LangEng().isSameAs(this);