isGoth property

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

Checks if this Script instance is Gothic.

Implementation

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