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