isPus property

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

Checks if this NaturalLanguage instance is Pashto (Pushto).

Implementation

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