isPhnx property

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

Checks if this Script instance is Phoenician.

Implementation

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