isMal property

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

Checks if this NaturalLanguage instance is Malayalam.

Implementation

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