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