isIpk property

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

Checks if this NaturalLanguage instance is Inupiaq.

Implementation

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