Checks if name is a valid boolean variable.
name
static bool isBooleanVariable(String name) => booleanVariables.contains(name);