isLug property

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

Checks if this NaturalLanguage instance is Ganda.

Implementation

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