isKan property

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

Checks if this NaturalLanguage instance is Kannada.

Implementation

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