isIta property

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

Checks if this NaturalLanguage instance is Italian.

Implementation

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