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