isBod property

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

Checks if this NaturalLanguage instance is Tibetan Standard.

Implementation

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