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