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