isBod property
Checks if this NaturalLanguage instance is Tibetan Standard.
Implementation
@Deprecated('Please use == operator or isSameAs() instead.')
bool get isBod => const LangBod().isSameAs(this);
Checks if this NaturalLanguage instance is Tibetan Standard.
@Deprecated('Please use == operator or isSameAs() instead.')
bool get isBod => const LangBod().isSameAs(this);