isNav property
Checks if this NaturalLanguage instance is Navajo (Navaho).
Implementation
@Deprecated('Please use == operator or isSameAs() instead.')
bool get isNav => const LangNav().isSameAs(this);
Checks if this NaturalLanguage instance is Navajo (Navaho).
@Deprecated('Please use == operator or isSameAs() instead.')
bool get isNav => const LangNav().isSameAs(this);