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