isEpo property
bool
get
isEpo
Checks if this NaturalLanguage instance is Esperanto.
Implementation
bool get isEpo => this == const LangEpo();
Checks if this NaturalLanguage instance is Esperanto.
bool get isEpo => this == const LangEpo();