isCre property

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

Checks if this NaturalLanguage instance is Cree.

Implementation

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