isPelm property

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

Checks if this Script instance is Proto-Elamite.

Implementation

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