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