Whether name is switched off.
name
bool isOff(String name) => withoutScopes.any((n) => n.toLowerCase() == name.toLowerCase());