isFas property

  1. @Deprecated('Please use == operator or isSameAs() instead.')
bool get isFas

Checks if this NaturalLanguage instance is Persian (Farsi).

Implementation

@Deprecated('Please use == operator or isSameAs() instead.')
bool get isFas => const LangFas().isSameAs(this);