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