isMand property

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

Checks if this Script instance is Mandaic, Mandaean.

Implementation

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