isThai property

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

Checks if this Script instance is Thai.

Implementation

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