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