isArg property

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

Checks if this NaturalLanguage instance is Aragonese.

Implementation

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