isGle property

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

Checks if this NaturalLanguage instance is Irish.

Implementation

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