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