Checks if name is in the allowed schema.
name
static bool isAllowedVariable(String name) => isStringVariable(name) || isBooleanVariable(name);