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