isAghb property

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

Checks if this Script instance is Caucasian Albanian.

Implementation

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