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