isFas property
Checks if this NaturalLanguage instance is Persian (Farsi).
Implementation
@Deprecated('Please use == operator or isSameAs() instead.')
bool get isFas => const LangFas().isSameAs(this);
Checks if this NaturalLanguage instance is Persian (Farsi).
@Deprecated('Please use == operator or isSameAs() instead.')
bool get isFas => const LangFas().isSameAs(this);