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