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