isEll property
bool
get
isEll
Checks if this NaturalLanguage instance is Greek (modern).
Implementation
bool get isEll => this == const LangEll();
Checks if this NaturalLanguage instance is Greek (modern).
bool get isEll => this == const LangEll();