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