isEll property
Checks if this NaturalLanguage instance is Greek (modern).
Implementation
@Deprecated('Please use == operator or isSameAs() instead.')
bool get isEll => const LangEll().isSameAs(this);
Checks if this NaturalLanguage instance is Greek (modern).
@Deprecated('Please use == operator or isSameAs() instead.')
bool get isEll => const LangEll().isSameAs(this);