isTang property
Checks if this Script instance is Tangut.
Implementation
@Deprecated('Please use == operator or isSameAs() instead.')
bool get isTang => const ScriptTang().isSameAs(this);
Checks if this Script instance is Tangut.
@Deprecated('Please use == operator or isSameAs() instead.')
bool get isTang => const ScriptTang().isSameAs(this);