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