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