isEll property

  1. @Deprecated('Please use == operator or isSameAs() instead.')
bool get isEll

Checks if this NaturalLanguage instance is Greek (modern).

Implementation

@Deprecated('Please use == operator or isSameAs() instead.')
bool get isEll => const LangEll().isSameAs(this);