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