isIta property
Checks if this NaturalLanguage instance is Italian.
Implementation
@Deprecated('Please use == operator or isSameAs() instead.')
bool get isIta => const LangIta().isSameAs(this);
Checks if this NaturalLanguage instance is Italian.
@Deprecated('Please use == operator or isSameAs() instead.')
bool get isIta => const LangIta().isSameAs(this);