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