isEwe property

  1. @Deprecated('Please use == operator or isSameAs() instead.')
bool get isEwe

Checks if this NaturalLanguage instance is Ewe.

Implementation

@Deprecated('Please use == operator or isSameAs() instead.')
bool get isEwe => const LangEwe().isSameAs(this);