isZha property

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

Checks if this NaturalLanguage instance is Zhuang (Chuang).

Implementation

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