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