isTeng property

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

Checks if this Script instance is Tengwar.

Implementation

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