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