isOrm property

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

Checks if this NaturalLanguage instance is Oromo.

Implementation

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